Class ProcessFormulaValidationInfo
The contract for the result of the formula validation.
Inheritance
System.Object
ProcessFormulaValidationInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Nui.ServiceModel.DataContract
Assembly: Terrasoft.Nui.ServiceModel.dll
Syntax
public class ProcessFormulaValidationInfo
Constructors
ProcessFormulaValidationInfo()
Declaration
public ProcessFormulaValidationInfo()
Properties
ErrorMessage
Gets or sets the error message.
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The error message. |
IsValid
Gets or sets a value indicating whether the formula is valid.
Declaration
public bool IsValid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|