Class FieldValidator
Class representing the validation of a field. This class is a collection of ValidationRule
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class FieldValidator : ArrayList, IList, ICollection, IEnumerable, ICloneable
Constructors
FieldValidator(string)
Default constructor.
Declaration
public FieldValidator(string fieldName)
Parameters
Type | Name | Description |
---|---|---|
string | fieldName | Name of the field validated |
Properties
FieldName
Name of the validated field.
Declaration
public string FieldName { get; }
Property Value
Type | Description |
---|---|
string |