Class CaseRelationBuildFunctionResult
Result of the case relation build function
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Function.Api
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class CaseRelationBuildFunctionResult : FunctionResultBase
Constructors
View SourceCaseRelationBuildFunctionResult()
Declaration
public CaseRelationBuildFunctionResult()
Properties
View SourceBuild
The build result
Declaration
public bool? Build { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
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 |
Methods
View SourceToString()
Returns a string that represents this instance
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |