Class CaseRelationValidateFunctionResult
Result of the case relation validate function
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Function.Api
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class CaseRelationValidateFunctionResult : FunctionResultBase
Constructors
View SourceCaseRelationValidateFunctionResult()
Declaration
public CaseRelationValidateFunctionResult()
Properties
View SourceIssues
The validation issues
Declaration
public List<CaseValidationIssue> Issues { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseValidationIssue> |
SourceCaseSet
The source case set
Declaration
public CaseSet SourceCaseSet { get; set; }
Property Value
| Type | Description |
|---|---|
| CaseSet |
TargetCaseSet
The target case set
Declaration
public CaseSet TargetCaseSet { get; set; }
Property Value
| Type | Description |
|---|---|
| CaseSet |
Valid
The validation result
Declaration
public bool? Valid { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Methods
View SourceToString()
Returns a string that represents this instance
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |