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

Type Parameters

T

The type exposes the following members.

Public Methods

  Name Description
Public method Add Overloaded.
Public method Clear
Not supported.
Public method Contains
Returns true if there exists such a static of dynamic database.
Public method ContainsKey
Returns true if a static or dynamic database connection with id.
Public method CopyTo
Public method Equals (Inherited from Object.)
Public method GetEnumerator
Enumerates over all static and dynamic databases.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Remove Overloaded.
Public method ToString (Inherited from Object.)
Public method TryGetValue
Gets a static or dynamic database by its key.

Protected Methods

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

Public Properties

  Name Description
Public property Count
Returns the number of static and dynamic databases.
Public property IsReadOnly
Always returns true.
Public property Item
Gets a static or dynamic database by its key.
Public property Keys
Returns the collection of static and dynamic database ids.
Public property Values
Returns the collection of static and dynamic databases.

See Also

Advanced