Version

ValidationSettings Class Methods

For a list of all members of this type, see ValidationSettings 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 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.  
See Also