The StatusDictionary type exposes the following members.

Constructors

  NameDescription
Public methodStatusDictionary()()()()
Initializes a new instance of the StatusDictionary class
Public methodStatusDictionary(String)
Initializes a new instance of the StatusDictionary class

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.)

Properties

  NameDescription
Public propertyCount (Inherited from ValidatingList.)
Public propertyDictionaryType
The type of the StatusDictionary depending on the StatusTranslation contained
Protected propertyInnerList (Inherited from ValidatingList.)
Public propertyIsFixedSize (Inherited from ValidatingList.)
Public propertyIsSynchronized (Inherited from ValidatingList.)
Public propertyItem
Gives access to the list using the index of the objects
(Inherited from RepositoryList<(Of <(<'T>)>)>.)
Protected propertyList (Inherited from ValidatingList.)
Public propertyShowUntranslatedValue
When no translation can be applied show the original value if set to true, otherwise it shows the "Unknown" label as a fallback value
Public propertySyncRoot (Inherited from ValidatingList.)

Events

  NameDescription
Public eventCollectionChanged
The Event is fired every time the collection changes
(Inherited from RepositoryList<(Of <(<'T>)>)>.)

See Also