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 Presets
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class Presets

The type exposes the following members.

Public Constructors

  Name Description
Public method Presets
Initializes a new instance of the Presets class.

Public Methods

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

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, Preset>)>.)
Public property Count (Inherited from Dictionary<(Of <String, Preset>)>.)
Public property Item (Inherited from Dictionary<(Of <String, Preset>)>.)
Public property Keys
Public property Values

Explicit Interface Implementations

See Also

Advanced