EasyObjects.NET Programmers Reference

InstanceDataCollection Methods

The methods of the InstanceDataCollection class are listed below. For a complete list of InstanceDataCollection class members, see the InstanceDataCollection Members topic.

Public Instance Methods

AddOverloaded. Adds an InstanceData into the collection.
Clear (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection) 
Contains (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection) 
CopyTo (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection)Overloaded.  
CopyToOverloaded. Copies the entire InstanceDataCollection to a compatible one-dimensional Array, starting at the specified index of the target array.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection) 
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetObjectData (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection) 
GetType (inherited from Object) Gets the Type of the current instance.
OnDeserialization (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection) 
Remove (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection) 
RemoveAt (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection) 
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

BaseAdd (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection) 
BaseClear (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection) 
BaseGet (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection)Overloaded.  
BaseGetAllKeys (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection) 
BaseGetAllValues (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection)Overloaded.  
BaseGetKey (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection) 
BaseHasKeys (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection) 
BaseRemove (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection) 
BaseRemoveAt (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection) 
BaseSet (inherited from Microsoft.Practices.EnterpriseLibrary.Common.DataCollection)Overloaded.  
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

InstanceDataCollection Class | NCI.EasyObjects.Configuration Namespace