Version

NotificationSettings Class Members

The following tables list the members exposed by NotificationSettings.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyActionGets/sets the kind of action that is taken to notify the end user when a validation session fails.  
Public PropertyCaptionGets/sets the string that is displayed as a caption or title when a validation session fails.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyImageGets/sets the image that is displayed when a validation session fails.  
Public PropertySoundGets/sets the full path to a sound file, URL, SystemSound, or the value of a constant from the SoundEvents enumeration which is played when the end user is notified of a failed validation.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextGets/sets the string that is displayed as a message when a validation session fails.  
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 NotificationSettings instance to their default values.  
Public MethodResetActionSets the Action property to its default value.  
Public MethodResetCaptionSets the Caption property to its default value.  
Public MethodResetImageSets the Image property to its default value.  
Public MethodResetSoundSets the Sound property to its default value.  
Public MethodResetTextSets the Text property to its default value.  
Public MethodShouldSerializeReturns whether this NotificationSettings 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 MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
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 MethodShouldSerializeActionReturns whether the Action property requires serialization.  
Protected MethodShouldSerializeCaptionReturns whether the Caption property requires serialization.  
Protected MethodShouldSerializeImageReturns whether the Image property requires serialization.  
Protected MethodShouldSerializeSoundReturns whether the Sound property requires serialization.  
Protected MethodShouldSerializeSoundAsStringThis member supports the Infragistics infrastructure and is not intended to be used externally.  
Protected MethodShouldSerializeTextReturns whether the Text property requires serialization.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also