Interface ICase
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICase : IModel, IAttributeObject, IKeyEquatable<ICase>, IEquatable<ICase>
Properties
AvailableActions
Declaration
List<string> AvailableActions { get; set; }
Property Value
AvailableExpression
Declaration
string AvailableExpression { get; set; }
Property Value
AvailableExpressionFile
Declaration
string AvailableExpressionFile { get; set; }
Property Value
BaseCase
Declaration
string BaseCase { get; set; }
Property Value
BaseCaseFields
Declaration
List<CaseFieldReference> BaseCaseFields { get; set; }
Property Value
BuildActions
Declaration
List<string> BuildActions { get; set; }
Property Value
BuildExpression
Declaration
string BuildExpression { get; set; }
Property Value
BuildExpressionFile
Declaration
string BuildExpressionFile { get; set; }
Property Value
CancellationType
Declaration
CaseCancellationType CancellationType { get; set; }
Property Value
CaseType
Declaration
CaseType CaseType { get; set; }
Property Value
Clusters
Declaration
List<string> Clusters { get; set; }
Property Value
DefaultReason
Declaration
string DefaultReason { get; set; }
Property Value
DefaultReasonLocalizations
Declaration
Dictionary<string, string> DefaultReasonLocalizations { get; set; }
Property Value
Description
Declaration
string Description { get; set; }
Property Value
DescriptionLocalizations
Declaration
Dictionary<string, string> DescriptionLocalizations { get; set; }
Property Value
Hidden
Declaration
bool Hidden { get; set; }
Property Value
Lookups
Declaration
List<string> Lookups { get; set; }
Property Value
Name
Declaration
string Name { get; set; }
Property Value
NameLocalizations
Declaration
Dictionary<string, string> NameLocalizations { get; set; }
Property Value
NameSynonyms
Declaration
List<string> NameSynonyms { get; set; }
Property Value
OverrideType
Declaration
OverrideType OverrideType { get; set; }
Property Value
Slots
Declaration
List<CaseSlot> Slots { get; set; }
Property Value
ValidateActions
Declaration
List<string> ValidateActions { get; set; }
Property Value
ValidateExpression
Declaration
string ValidateExpression { get; set; }
Property Value
ValidateExpressionFile
Declaration
string ValidateExpressionFile { get; set; }
Property Value
Extension Methods