MimerParameterCollection overview
Count | Gets the number of MimerParameter objects in the collection. |
Item | Overloaded. Gets or sets the MimerParameter with the specified name. In C#, this property is the indexer for the MimerParameterCollection class. |
Add | Overloaded. Adds the specified MimerParameter to the MimerParameterCollection. |
Clear | Remove all items from the collection. |
Contains | Overloaded. Gets a value indicating whether an MimerParameter object exists in the collection. |
CopyTo | Copies the MimerParameter objects from the MimerParameterCollection to the supplied array. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetEnumerator | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
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. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IndexOf | Overloaded. Gets the index to the MimerParameter object in the collection. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
Insert | Inserts the MimerParameter into the collection at the index specified. |
Remove | Removes the specified MimerParameter from the collection. |
RemoveAt | Overloaded. Removes the MimerParameter at the specified index from the collection. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
MimerParameterCollection Class | Mimer.Data.Client Namespace