Show / Hide Table of Contents

Class CaseValidationIssue

Inheritance
object
CaseValidationIssue
Implements
IEquatable<CaseValidationIssue>
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 CaseValidationIssue : IEquatable<CaseValidationIssue>

Constructors

CaseValidationIssue()

Declaration
public CaseValidationIssue()

CaseValidationIssue(CaseValidationIssue)

Declaration
public CaseValidationIssue(CaseValidationIssue copySource)
Parameters
Type Name Description
CaseValidationIssue copySource

Properties

CaseFieldName

Declaration
[StringLength(128)]
public string CaseFieldName { get; set; }
Property Value
Type Description
string

CaseFieldNameLocalizations

Declaration
public Dictionary<string, string> CaseFieldNameLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

CaseName

Declaration
[StringLength(128)]
public string CaseName { get; set; }
Property Value
Type Description
string

CaseNameLocalizations

Declaration
public Dictionary<string, string> CaseNameLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

CaseSlot

Declaration
[StringLength(128)]
public string CaseSlot { get; set; }
Property Value
Type Description
string

CaseSlotLocalizations

Declaration
public Dictionary<string, string> CaseSlotLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

IssueType

Declaration
[Required]
public CaseIssueType IssueType { get; set; }
Property Value
Type Description
CaseIssueType

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
string

Number

Declaration
public int Number { get; set; }
Property Value
Type Description
int

SourceCaseName

Declaration
[StringLength(128)]
public string SourceCaseName { get; set; }
Property Value
Type Description
string

SourceCaseNameLocalizations

Declaration
public Dictionary<string, string> SourceCaseNameLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

SourceCaseSlot

Declaration
[StringLength(128)]
public string SourceCaseSlot { get; set; }
Property Value
Type Description
string

SourceCaseSlotLocalizations

Declaration
public Dictionary<string, string> SourceCaseSlotLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

TargetCaseName

Declaration
[StringLength(128)]
public string TargetCaseName { get; set; }
Property Value
Type Description
string

TargetCaseNameLocalizations

Declaration
public Dictionary<string, string> TargetCaseNameLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

TargetCaseSlot

Declaration
[StringLength(128)]
public string TargetCaseSlot { get; set; }
Property Value
Type Description
string

TargetCaseSlotLocalizations

Declaration
public Dictionary<string, string> TargetCaseSlotLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

Methods

Equals(CaseValidationIssue)

Declaration
public virtual bool Equals(CaseValidationIssue compare)
Parameters
Type Name Description
CaseValidationIssue compare
Returns
Type Description
bool

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
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