Interface ICaseSet
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseSet : ICase, IModel, IAttributeObject, IKeyEquatable<ICase>, IEquatable<ICase>, IEquatable<ICaseSet>
Properties
CancellationDate
Declaration
DateTime? CancellationDate { get; set; }
Property Value
CaseSlot
Declaration
string CaseSlot { get; set; }
Property Value
CaseSlotLocalizations
Declaration
Dictionary<string, string> CaseSlotLocalizations { get; set; }
Property Value
DisplayName
Declaration
string DisplayName { get; set; }
Property Value
Fields
Declaration
List<CaseFieldSet> Fields { get; set; }
Property Value
Forecast
Declaration
string Forecast { get; set; }
Property Value
Reason
Declaration
string Reason { get; set; }
Property Value
Declaration
List<CaseSet> RelatedCases { get; set; }
Property Value
Extension Methods