Version

ValidationSettings Class Members

The following tables list the members exposed by ValidationSettings.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyConditionGets/sets the ICondition interface implementation which defines the criteria by which validity is determined.  
Public PropertyControlReturns the control associated with this instance, or null if this instance is not currently associated with a Control.  
Public PropertyDataTypeGets/sets the data type which determines the type to which values are to be converted before determining validity.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorReturns the Editor associated with this instance, or null if this instance is not currently associated with an embeddable editor.  
Public PropertyEmptyValueCriteriaGets/sets a value which determines the criteria for deciding whether the ErrorAppearance is merged into the resolved appearance when an embeddable UIElement fails validation.  
Public PropertyEmptyValueCriteriaResolvedReturns the resolved value of the EmptyValueCriteria property.  
Public PropertyEnabledGets/sets whether validation will be performed for the control or embeddable editor associated with this instance.  
Public PropertyEnabledResolvedReturns whether this instance, and, if applicable, the ValidationGroup to which this instance belongs, are enabled.  
Public PropertyErrorAppearanceGets/sets the appearance which is used by embeddable elements when the current value is not valid.  
Public PropertyHasErrorAppearanceReturns whether an appearance object has been created for the ErrorAppearance.  
Public PropertyIsRequiredGets/sets whether a validation fails when the value is null or empty, as defined by the value of the EmptyValueCriteria property.  
Public PropertyMergeErrorAppearanceCriteriaGets/sets a constant which determines the criteria for deciding whether a value should be considered null (Nothing in VB) or empty.  
Public PropertyNotificationSettingsReturns an object which exposes properties that control the way the end user is notified of a failed validation.  
Public PropertyRetainFocusOnErrorGets/sets a value which indicates whether the control or editor associated with this instance will retain the input focus when a validation fails.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyUltraValidatorReturns the UltraValidator associated with this instance, or null if this instance does not belong to a collection.  
Public PropertyValidationGroupGets/sets the ValidationGroup to which this instance belongs, or null if it does not belong to one.  
Public PropertyValidationPropertyNameGets/sets the name of the property whose value will be validated.  
Public PropertyValidationPropertyNameResolvedReturns the resolves value of the ValidationPropertyName property.  
Public PropertyValidationTriggerGets/sets a value which determines how validation is triggered.  
Public PropertyValidationTriggerResolvedReturns the resolved value of the ValidationTrigger property.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
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 MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetSets all properties of this ValidationSettings instance to their default values.  
Public MethodResetConditionSets the Condition property to its default value.  
Public MethodResetDataTypeSets the DataType property to its default value.  
Public MethodResetEmptyValueCriteriaSets the EmptyValueCriteria property to its default value.  
Public MethodResetEnabledSets the Enabled property to its default value.  
Public MethodResetErrorAppearanceResets the properties of the ErrorAppearance to their default values.  
Public MethodResetIsRequiredSets the IsRequired property to its default value.  
Public MethodResetMergeErrorAppearanceCriteriaSets the MergeErrorAppearanceCriteria property to its default value.  
Public MethodResetNotificationSettingsSets the NotificationSettings property to its default value.  
Public MethodResetRetainFocusOnErrorSets the RetainFocusOnError property to its default value.  
Public MethodResetValidationGroupSets the ValidationGroup property to its default value.  
Public MethodResetValidationPropertyNameSets the ValidationPropertyName property to its default value.  
Public MethodResetValidationTriggerSets the ValidationTrigger property to its default value.  
Public MethodShouldSerializeReturns whether this ValidationSettings instance requires serialization.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns the String representation of this object.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Called when this object is disposed of.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when a property has changed on a sub-object.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeConditionReturns whether the Condition property requires serialization.  
Protected MethodShouldSerializeDataTypeReturns whether the DataType property requires serialization.  
Protected MethodShouldSerializeEmptyValueCriteriaReturns whether the EmptyValueCriteria property requires serialization.  
Protected MethodShouldSerializeEnabledReturns whether the Enabled property requires serialization.  
Protected MethodShouldSerializeErrorAppearanceReturns whether the ErrorAppearance requires serialization.  
Protected MethodShouldSerializeIsRequiredReturns whether the IsRequired property requires serialization.  
Protected MethodShouldSerializeMergeErrorAppearanceCriteriaReturns whether the MergeErrorAppearanceCriteria property requires serialization.  
Protected MethodShouldSerializeNotificationSettingsReturns whether the NotificationSettings property requires serialization.  
Protected MethodShouldSerializeRetainFocusOnErrorReturns whether the RetainFocusOnError property requires serialization.  
Protected MethodShouldSerializeValidationGroupReturns whether the ValidationGroup property requires serialization.  
Protected MethodShouldSerializeValidationPropertyNameReturns whether the ValidationPropertyName property requires serialization.  
Protected MethodShouldSerializeValidationTriggerReturns whether the ValidationTrigger property requires serialization.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also