Interface ICaseRelation
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICaseRelation : IModel, IAttributeObject, IKeyEquatable<ICaseRelation>, IEquatable<ICaseRelation>
Properties
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
Clusters
Declaration
List<string> Clusters { get; set; }
Property Value
Order
Declaration
Property Value
OverrideType
Declaration
OverrideType OverrideType { get; set; }
Property Value
SourceCaseName
Declaration
string SourceCaseName { get; set; }
Property Value
SourceCaseNameLocalizations
Declaration
Dictionary<string, string> SourceCaseNameLocalizations { get; set; }
Property Value
SourceCaseSlot
Declaration
string SourceCaseSlot { get; set; }
Property Value
SourceCaseSlotLocalizations
Declaration
Dictionary<string, string> SourceCaseSlotLocalizations { get; set; }
Property Value
TargetCaseName
Declaration
string TargetCaseName { get; set; }
Property Value
TargetCaseNameLocalizations
Declaration
Dictionary<string, string> TargetCaseNameLocalizations { get; set; }
Property Value
TargetCaseSlot
Declaration
string TargetCaseSlot { get; set; }
Property Value
TargetCaseSlotLocalizations
Declaration
Dictionary<string, string> TargetCaseSlotLocalizations { 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