Show / Hide Table of Contents

Interface ICaseSet

The payroll derived case

Inherited Members
ICase.CaseType
ICase.Name
ICase.NameLocalizations
ICase.NameSynonyms
ICase.Description
ICase.DescriptionLocalizations
ICase.DefaultReason
ICase.DefaultReasonLocalizations
ICase.BaseCase
ICase.BaseCaseFields
ICase.OverrideType
ICase.CancellationType
ICase.Hidden
ICase.AvailableExpression
ICase.AvailableExpressionFile
ICase.BuildExpression
ICase.BuildExpressionFile
ICase.ValidateExpression
ICase.ValidateExpressionFile
ICase.Lookups
ICase.Slots
ICase.AvailableActions
ICase.BuildActions
ICase.ValidateActions
ICase.Clusters
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IKeyEquatable<ICase>.EqualKey(ICase)
IEquatable<ICase>.Equals(ICase)
IEquatable<ICaseSet>.Equals(ICaseSet)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseSet : ICase, IModel, IAttributeObject, IKeyEquatable<ICase>, IEquatable<ICase>, IEquatable<ICaseSet>

Properties

CancellationDate

The 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 display name

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

Fields

The derived case fields

Declaration
List<CaseFieldSet> Fields { get; set; }
Property Value
Type Description
List<CaseFieldSet>

Forecast

The change forecast

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

Reason

The change reason

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

RelatedCases

The related cases

Declaration
List<CaseSet> RelatedCases { get; set; }
Property Value
Type Description
List<CaseSet>

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