Show / Hide Table of Contents

Interface ICaseFieldSet

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

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

CaseSlot

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

CaseSlotLocalizations

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

DisplayName

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

End

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

Start

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

Value

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