Show / Hide Table of Contents

Class CaseRelationValidateFunctionResult

Result of the case relation validate function

Inheritance
object
FunctionResultBase
CaseRelationValidateFunctionResult
Inherited Members
FunctionResultBase.Calendar
FunctionResultBase.Tenant
FunctionResultBase.Employee
FunctionResultBase.Payroll
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Scripting.Function.Api
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class CaseRelationValidateFunctionResult : FunctionResultBase

Constructors

View Source

CaseRelationValidateFunctionResult()

Declaration
public CaseRelationValidateFunctionResult()

Properties

View Source

Issues

The validation issues

Declaration
public List<CaseValidationIssue> Issues { get; set; }
Property Value
Type Description
List<CaseValidationIssue>
View Source

SourceCaseSet

The source case set

Declaration
public CaseSet SourceCaseSet { get; set; }
Property Value
Type Description
CaseSet
View Source

TargetCaseSet

The target case set

Declaration
public CaseSet TargetCaseSet { get; set; }
Property Value
Type Description
CaseSet
View Source

Valid

The validation result

Declaration
public bool? Valid { get; set; }
Property Value
Type Description
bool?

Methods

View Source

ToString()

Returns a string that represents this instance

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

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)
  • View Source
☀
☾
Back to top Generated by DocFX