Interface ICaseFieldSet
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseFieldSet : ICaseField, IModel, IAttributeObject, IKeyEquatable<ICaseField>, IEquatable<ICaseField>, IEquatable<ICaseFieldSet>
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
End
Declaration
DateTime? End { get; set; }
Property Value
Start
Declaration
DateTime? Start { get; set; }
Property Value
Value
Declaration
string Value { get; set; }
Property Value
Extension Methods