The StatusDictionary type exposes the following members.

Methods

  NameDescription
Public methodAdd
Insert the object at the top of the collection
(Inherited from RepositoryList<(Of <(<'T>)>)>.)
Public methodClear (Inherited from ValidatingList.)
Public methodContains
Checks if the object is contained in the collection
(Inherited from RepositoryList<(Of <(<'T>)>)>.)
Public methodCopyTo (Inherited from ValidatingList.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ValidatingList.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the index of the object
(Inherited from RepositoryList<(Of <(<'T>)>)>.)
Public methodInsert
Inserts a new object in the collection
(Inherited from RepositoryList<(Of <(<'T>)>)>.)
Protected methodOnSet (Inherited from ValidatingList.)
Protected methodOnSetComplete (Inherited from ValidatingList.)
Protected methodOnValidate (Inherited from ValidatingList.)
Public methodRemove
Removes an object from the collection
(Inherited from RepositoryList<(Of <(<'T>)>)>.)
Public methodRemoveAt (Inherited from ValidatingList.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also