Show / Hide Table of Contents

Interface ICaseSet

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

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

Fields

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

Forecast

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

Reason

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

RelatedCases

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