Version

PresetSerializer Class Members

The following tables list the members exposed by PresetSerializer.

Public Properties
 NameDescription
Public PropertyPresetDescriptionA display Description for the preset  
Public PropertyPresetNameA display name for the preset  
Public PropertyPresetTypeThe PresetType defines which type of preset data is stored by this object.  
Public PropertyTargetTypeNameThe type name of the target object to which the stored data applies  
Public Methods
 NameDescription
Public MethodApplyOverloaded. Applies the current Preset data to the target object.  
Public Methodstatic (Shared in Visual Basic)ClearPresetsOverloaded. Get the Preset properties for the target ISupportPresets object and resets all of them  
Public Methodstatic (Shared in Visual Basic)FromBinaryOverloaded. Creates a new instance of a PresetSerializer based on a previously saved stream  
Public Methodstatic (Shared in Visual Basic)FromObjectCreates a new instance of a PresetSerializer based on a target object  
Public Methodstatic (Shared in Visual Basic)FromXmlOverloaded. Creates a new instance of a PresetSerializer based on a previously saved stream  
Public MethodSaveAsBinaryOverloaded. Serializes the specified preset properties of the target to a stream  
Public MethodSaveAsXmlOverloaded. Serializes the specified preset properties of the target to a stream  
See Also