Class CaseSet
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class CaseSet : Case, INameObject, ICaseSet, ICase, IModel, IAttributeObject, IKeyEquatable<ICase>, IEquatable<ICase>, IEquatable<ICaseSet>
Constructors
CaseSet()
Declaration
CaseSet(Case)
Declaration
public CaseSet(Case copySource)
Parameters
| Type |
Name |
Description |
| Case |
copySource |
|
CaseSet(CaseSet)
Declaration
public CaseSet(CaseSet copySource)
Parameters
| Type |
Name |
Description |
| CaseSet |
copySource |
|
Properties
CancellationDate
Declaration
[JsonPropertyOrder(203)]
public DateTime? CancellationDate { get; set; }
Property Value
CaseSlot
Declaration
[StringLength(128)]
[JsonPropertyOrder(201)]
public string CaseSlot { get; set; }
Property Value
CaseSlotLocalizations
Declaration
[JsonPropertyOrder(202)]
public Dictionary<string, string> CaseSlotLocalizations { get; set; }
Property Value
DisplayName
Declaration
[StringLength(128)]
[JsonPropertyOrder(200)]
public string DisplayName { get; set; }
Property Value
Fields
Declaration
[JsonPropertyOrder(206)]
public List<CaseFieldSet> Fields { get; set; }
Property Value
Forecast
Declaration
[JsonPropertyOrder(205)]
public string Forecast { get; set; }
Property Value
Reason
Declaration
[JsonPropertyOrder(204)]
public string Reason { get; set; }
Property Value
Declaration
[JsonPropertyOrder(207)]
public List<CaseSet> RelatedCases { get; set; }
Property Value
Methods
Equals(ICaseSet)
Declaration
public virtual bool Equals(ICaseSet compare)
Parameters
Returns
Implements
Extension Methods