The StatusDictionary type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StatusDictionary()()()() |
Initializes a new instance of the StatusDictionary class
| |
StatusDictionary(String) |
Initializes a new instance of the StatusDictionary class
|
Methods
Name | Description | |
---|---|---|
Add |
Insert the object at the top of the collection
(Inherited from RepositoryList<(Of <(<'T>)>)>.) | |
Clear | (Inherited from ValidatingList.) | |
Contains |
Checks if the object is contained in the collection
(Inherited from RepositoryList<(Of <(<'T>)>)>.) | |
CopyTo | (Inherited from ValidatingList.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetEnumerator | (Inherited from ValidatingList.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Returns the index of the object
(Inherited from RepositoryList<(Of <(<'T>)>)>.) | |
Insert |
Inserts a new object in the collection
(Inherited from RepositoryList<(Of <(<'T>)>)>.) | |
OnSet | (Inherited from ValidatingList.) | |
OnSetComplete | (Inherited from ValidatingList.) | |
OnValidate | (Inherited from ValidatingList.) | |
Remove |
Removes an object from the collection
(Inherited from RepositoryList<(Of <(<'T>)>)>.) | |
RemoveAt | (Inherited from ValidatingList.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ValidatingList.) | |
DictionaryType |
The type of the StatusDictionary depending on the StatusTranslation contained
| |
InnerList | (Inherited from ValidatingList.) | |
IsFixedSize | (Inherited from ValidatingList.) | |
IsSynchronized | (Inherited from ValidatingList.) | |
Item |
Gives access to the list using the index of the objects
(Inherited from RepositoryList<(Of <(<'T>)>)>.) | |
List | (Inherited from ValidatingList.) | |
ShowUntranslatedValue |
When no translation can be applied show the original value if set to true,
otherwise it shows the "Unknown" label as a fallback value
| |
SyncRoot | (Inherited from ValidatingList.) |
Events
Name | Description | |
---|---|---|
CollectionChanged |
The Event is fired every time the collection changes
(Inherited from RepositoryList<(Of <(<'T>)>)>.) |