Class ActionIssueInfo
Cluster set
Implements
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ActionIssueInfo : IEquatable<ActionIssueInfo>
Constructors
ActionIssueInfo()
Initializes a new instance
Declaration
public ActionIssueInfo()
ActionIssueInfo(ActionIssueInfo)
Initializes a new instance from a copy
Declaration
public ActionIssueInfo(ActionIssueInfo copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| ActionIssueInfo | copySource | The copy source |
Properties
Message
The action issue message
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The action name
Declaration
[Required]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParameterCount
The action issue description
Declaration
public int ParameterCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Equals(ActionIssueInfo)
Compare two objects
Declaration
public virtual bool Equals(ActionIssueInfo compare)
Parameters
| Type | Name | Description |
|---|---|---|
| ActionIssueInfo | compare | The object to compare with this |
Returns
| Type | Description |
|---|---|
| bool | True for objects with the same data |
ToString()
Returns a string that represents this instance
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents this instance |