Show / Hide Table of Contents

Class FieldValidator

Class representing the validation of a field. This class is a collection of ValidationRule

Inheritance
object
ArrayList
FieldValidator
Implements
IList
ICollection
IEnumerable
ICloneable
Inherited Members
ArrayList.Adapter(IList)
ArrayList.Add(object)
ArrayList.AddRange(ICollection)
ArrayList.BinarySearch(int, int, object, IComparer)
ArrayList.BinarySearch(object)
ArrayList.BinarySearch(object, IComparer)
ArrayList.Clear()
ArrayList.Clone()
ArrayList.Contains(object)
ArrayList.CopyTo(Array)
ArrayList.CopyTo(Array, int)
ArrayList.CopyTo(int, Array, int, int)
ArrayList.FixedSize(IList)
ArrayList.FixedSize(ArrayList)
ArrayList.GetEnumerator()
ArrayList.GetEnumerator(int, int)
ArrayList.IndexOf(object)
ArrayList.IndexOf(object, int)
ArrayList.IndexOf(object, int, int)
ArrayList.Insert(int, object)
ArrayList.InsertRange(int, ICollection)
ArrayList.LastIndexOf(object)
ArrayList.LastIndexOf(object, int)
ArrayList.LastIndexOf(object, int, int)
ArrayList.ReadOnly(IList)
ArrayList.ReadOnly(ArrayList)
ArrayList.Remove(object)
ArrayList.RemoveAt(int)
ArrayList.RemoveRange(int, int)
ArrayList.Repeat(object, int)
ArrayList.Reverse()
ArrayList.Reverse(int, int)
ArrayList.SetRange(int, ICollection)
ArrayList.GetRange(int, int)
ArrayList.Sort()
ArrayList.Sort(IComparer)
ArrayList.Sort(int, int, IComparer)
ArrayList.Synchronized(IList)
ArrayList.Synchronized(ArrayList)
ArrayList.ToArray()
ArrayList.ToArray(Type)
ArrayList.TrimToSize()
ArrayList.Capacity
ArrayList.Count
ArrayList.IsFixedSize
ArrayList.IsReadOnly
ArrayList.IsSynchronized
ArrayList.SyncRoot
ArrayList.this[int]
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Implements

IList
ICollection
IEnumerable
ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top