The SubscriptionsRepository type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Insert the object at the top of the collection
| |
Clear | (Inherited from ValidatingList.) | |
Contains |
Checks if the object is contained in the collection
| |
ContainsKey |
Checks if the object is contained in the collection using its key
| |
CopyTo | (Inherited from ValidatingList.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetEnumerator | (Inherited from ValidatingList.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSubscriptionByName |
Returns an object using its name
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUniqueName |
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)"
| |
Insert |
Inserts a new object in the collection
| |
OnInsert | (Inherited from ValidatingList.) | |
OnRemove | (Inherited from ValidatingList.) | |
OnSet | (Inherited from ValidatingList.) | |
OnSetComplete | (Inherited from ValidatingList.) | |
OnValidate | (Inherited from ValidatingList.) | |
Remove |
Removes an object from the collection
| |
RemoveAt | (Inherited from ValidatingList.) | |
RemoveKey |
Removes an object from the collection using the object key
| |
ToArray |
Returns an array containing the objects in this list
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
DefEventSubscription |
An unique identifier for Event Subscription
| |
DefHAHistoricalSubscription |
An unique identifier for Hyper Alarm Historical Subscription
| |
DefHARealTimeSubscription |
An unique identifier for Hyper Alarm Real Time Subscription
| |
DefHistoricalSubscription |
An unique identifier for Historical Subscription
| |
DefRealTimeSubscription |
An unique identifier for Real Time Subscription
|
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ValidatingList.) | |
InnerList | (Inherited from ValidatingList.) | |
IsFixedSize | (Inherited from ValidatingList.) | |
IsReadOnly |
Specifies if the list is read only
| |
IsSynchronized | (Inherited from ValidatingList.) | |
Item |
Gives access to the list using the keys of the objects
| |
List | (Inherited from ValidatingList.) | |
SyncRoot | (Inherited from ValidatingList.) |
Events
Name | Description | |
---|---|---|
CollectionChanged |
The Event is fired every time the collection changes
|