Class ValidationRule
Base class for the validation rule.
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: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class ValidationRule
Constructors
ValidationRule(FieldValidationRule, Boolean)
default constructor.
Declaration
public ValidationRule(FieldValidationRule fieldValidationRule, bool hasValidationFailed)
Parameters
Type | Name | Description |
---|---|---|
FieldValidationRule | fieldValidationRule | The rule that failed. |
Boolean | hasValidationFailed | True if the validation failed. |
Properties
FieldValidationRule
The rule that failed.
Declaration
public virtual FieldValidationRule FieldValidationRule { get; }
Property Value
Type | Description |
---|---|
FieldValidationRule |
HasValidationFailed
True if the validation failed.
Declaration
public virtual bool HasValidationFailed { get; }
Property Value
Type | Description |
---|---|
Boolean |
Extension Methods
EnumUtil.MapEnums<From, To>(From)