Interface ICaseValue
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseValue : IModel, IAttributeObject, IEquatable<ICaseValue>
Properties
CancellationDate
Declaration
DateTime? CancellationDate { get; set; }
Property Value
CaseFieldName
Declaration
string CaseFieldName { get; set; }
Property Value
CaseFieldNameLocalizations
Declaration
Dictionary<string, string> CaseFieldNameLocalizations { get; set; }
Property Value
CaseName
Declaration
string CaseName { get; set; }
Property Value
CaseNameLocalizations
Declaration
Dictionary<string, string> CaseNameLocalizations { get; set; }
Property Value
CaseRelation
Declaration
CaseRelationReference CaseRelation { get; set; }
Property Value
CaseSlot
Declaration
string CaseSlot { get; set; }
Property Value
CaseSlotLocalizations
Declaration
Dictionary<string, string> CaseSlotLocalizations { get; set; }
Property Value
Culture
Declaration
string Culture { get; set; }
Property Value
DivisionId
Declaration
int? DivisionId { get; set; }
Property Value
DivisionName
Declaration
string DivisionName { get; set; }
Property Value
EmployeeId
Declaration
int? EmployeeId { get; set; }
Property Value
End
Declaration
DateTime? End { get; set; }
Property Value
Forecast
Declaration
string Forecast { get; set; }
Property Value
NumericValue
Declaration
decimal? NumericValue { get; set; }
Property Value
Start
Declaration
DateTime? Start { get; set; }
Property Value
Declaration
List<string> Tags { get; set; }
Property Value
Value
Declaration
string Value { get; set; }
Property Value
ValueType
Declaration
ValueType ValueType { get; set; }
Property Value
Extension Methods