Show / Hide Table of Contents

Interface ICaseField

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IKeyEquatable<ICaseField>.EqualKey(ICaseField)
IEquatable<ICaseField>.Equals(ICaseField)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseField : IModel, IAttributeObject, IKeyEquatable<ICaseField>, IEquatable<ICaseField>

Properties

CancellationMode

Declaration
CaseFieldCancellationMode CancellationMode { get; set; }
Property Value
Type Description
CaseFieldCancellationMode

Clusters

Declaration
List<string> Clusters { get; set; }
Property Value
Type Description
List<string>

Culture

Declaration
string Culture { get; set; }
Property Value
Type Description
string

DefaultEnd

Declaration
string DefaultEnd { get; set; }
Property Value
Type Description
string

DefaultStart

Declaration
string DefaultStart { get; set; }
Property Value
Type Description
string

DefaultValue

Declaration
string DefaultValue { get; set; }
Property Value
Type Description
string

Description

Declaration
string Description { get; set; }
Property Value
Type Description
string

DescriptionLocalizations

Declaration
Dictionary<string, string> DescriptionLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

EndDateType

Declaration
CaseFieldDateType EndDateType { get; set; }
Property Value
Type Description
CaseFieldDateType

EndMandatory

Declaration
bool EndMandatory { get; set; }
Property Value
Type Description
bool

LookupSettings

Declaration
LookupSettings LookupSettings { get; set; }
Property Value
Type Description
LookupSettings

Name

Declaration
string Name { get; set; }
Property Value
Type Description
string

NameLocalizations

Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
Type Description
Dictionary<string, string>

Order

Declaration
int Order { get; set; }
Property Value
Type Description
int

OverrideType

Declaration
OverrideType OverrideType { get; set; }
Property Value
Type Description
OverrideType

PeriodAggregation

Declaration
CaseFieldAggregationType PeriodAggregation { get; set; }
Property Value
Type Description
CaseFieldAggregationType

StartDateType

Declaration
CaseFieldDateType StartDateType { get; set; }
Property Value
Type Description
CaseFieldDateType

Tags

Declaration
List<string> Tags { get; set; }
Property Value
Type Description
List<string>

TimeType

Declaration
CaseFieldTimeType TimeType { get; set; }
Property Value
Type Description
CaseFieldTimeType

TimeUnit

Declaration
CaseFieldTimeUnit TimeUnit { get; set; }
Property Value
Type Description
CaseFieldTimeUnit

ValueAttributes

Declaration
Dictionary<string, object> ValueAttributes { get; set; }
Property Value
Type Description
Dictionary<string, object>

ValueCreationMode

Declaration
CaseValueCreationMode ValueCreationMode { get; set; }
Property Value
Type Description
CaseValueCreationMode

ValueMandatory

Declaration
bool ValueMandatory { get; set; }
Property Value
Type Description
bool

ValueScope

Declaration
ValueScope ValueScope { get; set; }
Property Value
Type Description
ValueScope

ValueType

Declaration
ValueType ValueType { get; set; }
Property Value
Type Description
ValueType

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX