MajorObject.Validate Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public method Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent.)
Public method Validate(ValidationResultCollection)
Public method Validate(ValidationErrorCollection, Boolean) Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Inherited from ModelComponent.)
Public method Validate(ValidationResultCollection, ValidationOptions)
Public method Validate(ValidationErrorCollection, Boolean, ServerEdition) (Inherited from NamedComponent.)
Public method Validate(ValidationResultCollection, ValidationOptions, ServerEdition)

Top