Version

UltraValidator Class Members

The following tables list the members exposed by UltraValidator.

Public Constructors
 NameDescription
Public ConstructorUltraValidator ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyErrorAppearanceGets/sets the appearance which is used by embeddable elements when the current value is not valid.  
Public PropertyErrorImageAlignmentGets/sets the alignment of the error image, as relative to the control being validated. Applicable only when the notification action resolves to 'Image'.  
Public PropertyErrorImageBlinkRateGets/sets the rate at which the error image blinks, expressed in milliseconds. Applicable only when the notification action resolves to 'Image'.  
Public PropertyErrorImageBlinkStyleGets/sets whether the error image blinks when the associated control's value is not valid. Applicable only when the notification action resolves to 'Image'.  
Public PropertyErrorImagePaddingGets/sets the number of pixels by which to separate the error image, in the horizontal direction, from the control. Applicable only when the notification action resolves to 'Image'.  
Public PropertyErrorImageSizeGets/sets the size at which the error image is displayed. Applicable only when the notification action resolves to 'Image'.  
Public PropertyErrorImageSizeResolvedReturns the resolved value of the ErrorImageSize property.  
Public PropertyErrorImageTransparentColorGets/sets the color that is reserved as the transparent color for the error image. Applicable only when the notification action resolves to 'Image'. resolves to 'Image'.  
Public PropertyEventManagerReturns the UltraValidatorEventManager instance which handles event firing for the UltraValidator component.  
Public PropertyHasErrorAppearanceReturns whether an appearance object has been created for the ErrorAppearance.  
Public PropertyMessageBoxIconGets/sets the value that is passed to the 'icon' parameter of the MessageBox.Show method when validation fails. Applicable only when the notification action resolves to 'MessageBox'.  
Public PropertyNotificationSettingsReturns a NotificationSettings instance which exposes properties that control the way the end user is notified when validation of a single entity fails.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyValidateHiddenControlsDetermines whether controls that are not visible participate in validation. By default, only visible controls are validated.  
Public PropertyValidationGroupsReturns a collection of ValidationGroup objects, which can be used to logically arrange controls into groups.  
Public PropertyValidationTriggerGets/sets a value which determines how a validation session is initiated.  
Public PropertyValidationTriggerResolvedReturns the resolved value of the ValidationTrigger property.  
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from Infragistics.Win.UltraComponentBase)
Protected PropertySubObjectPropChangeHandlerReturns the event handler that notifies OnSubObjectPropChanged  
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.  
Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Public EventValidatingOccurs when a control or embeddable editor is validated.  
Public EventValidationErrorOccurs when the validation of a control or embeddable editor fails.  
See Also