Show / Hide Table of Contents

Interface ICaseFieldSet

The payroll case field client object

Inherited Members
ICaseField.Name
ICaseField.NameLocalizations
ICaseField.Description
ICaseField.DescriptionLocalizations
ICaseField.ValueType
ICaseField.ValueScope
ICaseField.TimeType
ICaseField.TimeUnit
ICaseField.PeriodAggregation
ICaseField.OverrideType
ICaseField.CancellationMode
ICaseField.ValueCreationMode
ICaseField.Culture
ICaseField.ValueMandatory
ICaseField.Order
ICaseField.StartDateType
ICaseField.EndDateType
ICaseField.EndMandatory
ICaseField.DefaultStart
ICaseField.DefaultEnd
ICaseField.DefaultValue
ICaseField.Tags
ICaseField.LookupSettings
ICaseField.Clusters
ICaseField.ValueAttributes
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)
IEquatable<ICaseFieldSet>.Equals(ICaseFieldSet)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseFieldSet : ICaseField, IModel, IAttributeObject, IKeyEquatable<ICaseField>, IEquatable<ICaseField>, IEquatable<ICaseFieldSet>

Properties

CancellationDate

Cancellation date

Declaration
DateTime? CancellationDate { get; set; }
Property Value
Type Description
DateTime?

CaseSlot

The case slot

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

CaseSlotLocalizations

The localized case slots

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

DisplayName

The case field display name

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

End

The ending date for the value

Declaration
DateTime? End { get; set; }
Property Value
Type Description
DateTime?

Start

The starting date for the value

Declaration
DateTime? Start { get; set; }
Property Value
Type Description
DateTime?

Value

The case value (JSON format)

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

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