Click or drag to resize

AttributeValuePairCollection Class

Defines a collection of attribute and value pairs
Inheritance Hierarchy
SystemObject
  Lithnet.ResourceManagement.ClientAttributeValuePairCollection

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public class AttributeValuePairCollection : IEnumerable<AttributeValuePair>, 
	IEnumerable

The AttributeValuePairCollection type exposes the following members.

Constructors
  NameDescription
Public methodAttributeValuePairCollection
Initializes a new instance of the AttributeValuePairCollection class
Public methodAttributeValuePairCollection(String, Object)
Initializes a new instance of the AttributeValuePairCollection class
Public methodAttributeValuePairCollection(String, Object, String, Object)
Initializes a new instance of the AttributeValuePairCollection class
Public methodAttributeValuePairCollection(String, Object, String, Object, String, Object)
Initializes a new instance of the AttributeValuePairCollection class
Public methodAttributeValuePairCollection(String, Object, String, Object, String, Object, String, Object)
Initializes a new instance of the AttributeValuePairCollection class
Top
Methods
  NameDescription
Public methodAdd
Adds an attribute and value pair to the collection
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes all instances of the attribute in the collection
Public methodToString (Inherited from Object.)
Top
See Also