Class DataItemValidation
Provides basic information about the validation state.
Inheritance
System.Object
DataItemValidation
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: TcOpen.Inxton.Data
Assembly: TcOpen.Inxton.Abstractions.dll
Syntax
public class DataItemValidation
Constructors
| Improve this Doc View SourceDataItemValidation(String, Boolean)
Creates new instance of DataItemValidation
Declaration
public DataItemValidation(string error, bool failed)
Parameters
Type | Name | Description |
---|---|---|
System.String | error | Error message providing details about failed validation. |
System.Boolean | failed | Indicates that the valiation failed. |
Properties
| Improve this Doc View SourceError
Get validation error description.
Declaration
public string Error { get; }
Property Value
Type | Description |
---|---|
System.String |
Failed
Gets failed when the validation failed.
Declaration
public bool Failed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |