Class CaseValidateFunctionResult
Result of the case validate function
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Function.Api
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class CaseValidateFunctionResult : FunctionResultBase
Constructors
View SourceCaseValidateFunctionResult()
Declaration
public CaseValidateFunctionResult()
Properties
View SourceCaseSet
The case set
Declaration
public CaseSet CaseSet { get; set; }
Property Value
| Type | Description |
|---|---|
| CaseSet |
Issues
The validation issues
Declaration
public List<CaseValidationIssue> Issues { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseValidationIssue> |
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 |