Interface ICaseField
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseField : IModel, IAttributeObject, IKeyEquatable<ICaseField>, IEquatable<ICaseField>
Properties
CancellationMode
Declaration
CaseFieldCancellationMode CancellationMode { get; set; }
Property Value
Clusters
Declaration
List<string> Clusters { get; set; }
Property Value
Culture
Declaration
string Culture { get; set; }
Property Value
DefaultEnd
Declaration
string DefaultEnd { get; set; }
Property Value
DefaultStart
Declaration
string DefaultStart { get; set; }
Property Value
DefaultValue
Declaration
string DefaultValue { get; set; }
Property Value
Description
Declaration
string Description { get; set; }
Property Value
DescriptionLocalizations
Declaration
Dictionary<string, string> DescriptionLocalizations { get; set; }
Property Value
EndDateType
Declaration
CaseFieldDateType EndDateType { get; set; }
Property Value
EndMandatory
Declaration
bool EndMandatory { get; set; }
Property Value
LookupSettings
Declaration
LookupSettings LookupSettings { get; set; }
Property Value
Name
Declaration
string Name { get; set; }
Property Value
NameLocalizations
Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
Order
Declaration
Property Value
OverrideType
Declaration
OverrideType OverrideType { get; set; }
Property Value
PeriodAggregation
Declaration
CaseFieldAggregationType PeriodAggregation { get; set; }
Property Value
StartDateType
Declaration
CaseFieldDateType StartDateType { get; set; }
Property Value
Declaration
List<string> Tags { get; set; }
Property Value
TimeType
Declaration
CaseFieldTimeType TimeType { get; set; }
Property Value
TimeUnit
Declaration
CaseFieldTimeUnit TimeUnit { get; set; }
Property Value
ValueAttributes
Declaration
Dictionary<string, object> ValueAttributes { get; set; }
Property Value
ValueCreationMode
Declaration
CaseValueCreationMode ValueCreationMode { get; set; }
Property Value
ValueMandatory
Declaration
bool ValueMandatory { get; set; }
Property Value
ValueScope
Declaration
ValueScope ValueScope { get; set; }
Property Value
ValueType
Declaration
ValueType ValueType { get; set; }
Property Value
Extension Methods