Show / Hide Table of Contents

Interface ICase

Inherited Members
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)
Namespace: PayrollEngine.Client.Model
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
Type Description
List<string>

AvailableExpression

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

AvailableExpressionFile

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

BaseCase

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

BaseCaseFields

Declaration
List<CaseFieldReference> BaseCaseFields { get; set; }
Property Value
Type Description
List<CaseFieldReference>

BuildActions

Declaration
List<string> BuildActions { get; set; }
Property Value
Type Description
List<string>

BuildExpression

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

BuildExpressionFile

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

CancellationType

Declaration
CaseCancellationType CancellationType { get; set; }
Property Value
Type Description
CaseCancellationType

CaseType

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

Clusters

Declaration
List<string> Clusters { get; set; }
Property Value
Type Description
List<string>

DefaultReason

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

DefaultReasonLocalizations

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

Description

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

DescriptionLocalizations

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

Hidden

Declaration
bool Hidden { get; set; }
Property Value
Type Description
bool

Lookups

Declaration
List<string> Lookups { get; set; }
Property Value
Type Description
List<string>

Name

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

NameLocalizations

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

NameSynonyms

Declaration
List<string> NameSynonyms { get; set; }
Property Value
Type Description
List<string>

OverrideType

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

Slots

Declaration
List<CaseSlot> Slots { get; set; }
Property Value
Type Description
List<CaseSlot>

ValidateActions

Declaration
List<string> ValidateActions { get; set; }
Property Value
Type Description
List<string>

ValidateExpression

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

ValidateExpressionFile

Declaration
string ValidateExpressionFile { 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