The SubscriptionsRepository type exposes the following members.

Methods

  NameDescription
Public methodAdd
Insert the object at the top of the collection
Public methodClear (Inherited from ValidatingList.)
Public methodContains
Checks if the object is contained in the collection
Public methodContainsKey
Checks if the object is contained in the collection using its key
Public methodCopyTo (Inherited from ValidatingList.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ValidatingList.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSubscriptionByName
Returns an object using its name
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUniqueName
Given a default name returns an unique name for the repository. The returned name is the default name by default, unless there are already items with the same name. e.g. given "Filter" the method will return "Filter" if there are no items called "Filter", otherwise "Filter (1)"
Public methodInsert
Inserts a new object in the collection
Protected methodOnInsert (Inherited from ValidatingList.)
Protected methodOnRemove (Inherited from ValidatingList.)
Protected methodOnSet (Inherited from ValidatingList.)
Protected methodOnSetComplete (Inherited from ValidatingList.)
Protected methodOnValidate (Inherited from ValidatingList.)
Public methodRemove
Removes an object from the collection
Public methodRemoveAt (Inherited from ValidatingList.)
Public methodRemoveKey
Removes an object from the collection using the object key
Public methodToArray
Returns an array containing the objects in this list
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberDefEventSubscription
An unique identifier for Event Subscription
Public fieldStatic memberDefHAHistoricalSubscription
An unique identifier for Hyper Alarm Historical Subscription
Public fieldStatic memberDefHARealTimeSubscription
An unique identifier for Hyper Alarm Real Time Subscription
Public fieldStatic memberDefHistoricalSubscription
An unique identifier for Historical Subscription
Public fieldStatic memberDefRealTimeSubscription
An unique identifier for Real Time Subscription

Properties

  NameDescription
Public propertyCount (Inherited from ValidatingList.)
Protected propertyInnerList (Inherited from ValidatingList.)
Public propertyIsFixedSize (Inherited from ValidatingList.)
Public propertyIsReadOnly
Specifies if the list is read only
Public propertyIsSynchronized (Inherited from ValidatingList.)
Public propertyItem
Gives access to the list using the keys of the objects
Protected propertyList (Inherited from ValidatingList.)
Public propertySyncRoot (Inherited from ValidatingList.)

Events

  NameDescription
Public eventCollectionChanged
The Event is fired every time the collection changes

See Also