Show / Hide Table of Contents

Class ActionIssueInfo

Cluster set

Inheritance
object
ActionIssueInfo
Implements
IEquatable<ActionIssueInfo>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

Overrides
object.ToString()

Implements

IEquatable<T>

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX