EventPolicyMappings Class Members
See Also  Properties Methods 
SourceCode.EventBus.Management Namespace : EventPolicyMappings Class


Glossary Item Box

The following tables list the members exposed by EventPolicyMappings.

Public Constructors

  Name Description
Public Constructor EventPolicyMappings Constructor  
Top

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property Item Gets or sets the element at the specified index.  
Public Property TotalCount Gets or sets the total count.  
Top

Protected Properties

  Name Description
Protected Property InnerList (Inherited from System.Collections.CollectionBase)
Protected Property List (Inherited from System.Collections.CollectionBase)
Top

Public Methods

  Name Description
Public Method Add Adds the specified value.  
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains Determines whether [contains] [the specified value].  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method IndexOf Indexes the of.  
Public Method Insert Inserts the specified index.  
Public Method Remove Removes the specified value.  
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)
Top

Protected Methods

See Also