This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class Preset
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class Preset

The type exposes the following members.

Public Methods

  Name Description
Public method Add (Inherited from Dictionary<(Of <String, PresetValue>)>.)
Public method Clear (Inherited from Dictionary<(Of <String, PresetValue>)>.)
Public method ContainsKey (Inherited from Dictionary<(Of <String, PresetValue>)>.)
Public method ContainsValue (Inherited from Dictionary<(Of <String, PresetValue>)>.)
Public method Equals (Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData (Inherited from Dictionary<(Of <String, PresetValue>)>.)
Public method GetType (Inherited from Object.)
Public method OnDeserialization (Inherited from Dictionary<(Of <String, PresetValue>)>.)
Public method Remove (Inherited from Dictionary<(Of <String, PresetValue>)>.)
Public method ToString (Inherited from Object.)
Public method TryGetValue (Inherited from Dictionary<(Of <String, PresetValue>)>.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Comparer (Inherited from Dictionary<(Of <String, PresetValue>)>.)
Public property Count (Inherited from Dictionary<(Of <String, PresetValue>)>.)
Public property Item (Inherited from Dictionary<(Of <String, PresetValue>)>.)
Public property Keys
Public property Name
Gets the name.
Public property UseFor
Gets the single macro to use the preset for, if directly declared under a macro.
Public property Values

Explicit Interface Implementations

See Also

Advanced