QuickObjects.ObjectBase Send comments on this topic.
BaseFieldValidatorCollection Class Members
See Also  Properties  Methods 
Akal.QuickObjects.ObjectBase Namespace : BaseFieldValidatorCollection Class


The following tables list the members exposed by BaseFieldValidatorCollection.

Public Constructors

 NameDescription
Public ConstructorBaseFieldValidatorCollection ConstructorOverloaded.  Empty constructor. This will initialize the collection to 5 items.  
Top

Public Properties

 NameDescription
Public PropertyCount Returns the number of items contained in the collection.  
Public PropertyErrors Errors provides convinient method of accessing each failing validator's error message. All error messages are returned in an array of strings.  
Public PropertyIsFixedSize Gets a value indicating whether the collection is a fixed size.  
Public PropertyIsReadOnly Gets a value indicating whether the Collection is read-only.  
Public PropertyIsSynchronized Gets a value indicating whether access to the Collection is synchronized (thread safe).  
Public PropertyItemOverloaded.  Gets or Sets items in this collection.  
Public PropertySyncRoot Gets an object that can be used to synchronize access to the Collection.  
Top

Public Methods

 NameDescription
Public MethodAdd Adds a baseFieldValidator to the collection.  
Public MethodClear Clears the collection.  
Public MethodClearErrors ClearErrors is responsible for clearing all error messages from all validators in this collection.  
Public MethodContainsOverloaded.  Attempts to locate the BaseFieldValidator within the collection.  
Public MethodCopyToOverloaded.  Copies the items from this collection into the array at the specified index.  
Public MethodDisableAll DisableAll - Sets each Validator's Enabled property to false.  
Public MethodEnableAll EnableAll - Sets each Validator's Enabled property to true. Only validators that have an FieldToValidate property value will be affected.  
Public MethodGetEnumeratorOverloaded. Returns an enumerator that can iterate through the Collection.  
Public MethodIndexOfOverloaded.  Returns the index for the BaseFieldValidator within the collection.  
Public MethodInsert Inserts the BaseFieldValidator into the collection at the specified position.  
Public MethodRemoveOverloaded.  Removes the first occurrence of a specific BaseFieldValidator from the Collection.  
Public MethodRemoveAt Removes the element at the specified index of the Collection.  
Top

See Also