Version

UltraValidator Class Methods

For a list of all members of this type, see UltraValidator members.

Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Overridden. Releases the unmanaged resources used by the component and optionally releases the managed resources.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetValidationSettingsReturns a ValidationSettings instance for the specified control.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodResetErrorAppearanceResets the properties of the ErrorAppearance to their default values.  
Public MethodResetErrorImageAlignmentSets the ErrorImageAlignment property to its default value.  
Public MethodResetErrorImageBlinkRateSets the ErrorImageBlinkRate property to its default value.  
Public MethodResetErrorImageBlinkStyleSets the ErrorImageBlinkStyle property to its default value.  
Public MethodResetErrorImagePaddingSets the ErrorImagePadding property to its default value.  
Public MethodResetErrorImageSizeSets the ErrorImageSize property to its default value.  
Public MethodResetErrorImageTransparentColorResets the value of the ErrorImageTransparentColor property to its default.  
Public MethodResetMessageBoxIconSets the MessageBoxIcon property to its default value.  
Public MethodResetNotificationSettingsSets the NotificationSettings property to its default value.  
Public MethodResetValidateHiddenControlsResets the property ValidateHiddenControls to the default value.  
Public MethodResetValidationGroupsClears the contents of the ValidationGroups collection.  
Public MethodResetValidationTriggerSets the ValidationTrigger property to its default value.  
Public MethodSetValidationSettingsAssigns the specified ValidationSettings instance to the specified control.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodValidateOverloaded. Validates all controls associated with this instance.  
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnBeginInitInvoked during the System.ComponentModel.ISupportInitialize.BeginInit method of the component. Note that the base class implementation does nothing; the method exists as a convenience to inheritors.  
Protected MethodOnEndInitInvoked during the System.ComponentModel.ISupportInitialize.EndInit method of the component. Note that the base class implementation does nothing; the method exists as a convenience to inheritors.  
Protected MethodOnPropertyChangedOverridden. Called when a property has changed on an object property of this UltraValidator control.  
Protected MethodOnSubObjectPropChangedCalled when a property changes on an object property of the UltraValidator control.  
Protected MethodShouldSerializeErrorAppearanceReturns whether the ErrorAppearance requires serialization.  
Protected MethodShouldSerializeErrorImageAlignmentReturns whether the ErrorImageAlignment property requires serialization.  
Protected MethodShouldSerializeErrorImageBlinkRateReturns whether the ErrorImageBlinkRate property requires serialization.  
Protected MethodShouldSerializeErrorImageBlinkStyleReturns whether the ErrorImageBlinkStyle property requires serialization.  
Protected MethodShouldSerializeErrorImagePaddingReturns whether the ErrorImagePadding property requires serialization.  
Protected MethodShouldSerializeErrorImageSizeReturns whether the ErrorImageSize property requires serialization.  
Protected MethodShouldSerializeMessageBoxIconReturns whether the MessageBoxIcon property requires serialization.  
Protected MethodShouldSerializeNotificationSettingsReturns whether the NotificationSettings property requires serialization.  
Protected MethodShouldSerializeValidateHiddenControlsReturns whether the ValidateHiddenControls requires serialization.  
Protected MethodShouldSerializeValidationGroupsReturns whether the ValidationGroups collection requires serialization.  
Protected MethodShouldSerializeValidationTriggerReturns whether the ValidationTrigger property requires serialization.  
See Also