Dispatcher |
The DispatcherTypeParameter type exposes the following members.
Name | Description | |
---|---|---|
![]() | DispatcherTypeParameter | Creates an instance of this entity class with initial and immutable data fields. |
Name | Description | |
---|---|---|
![]() | Description | Description of the parameter. |
![]() | Domain | Domain of the parameter. |
![]() | Filter | Filter of the parameter. |
![]() | InitialValue | The value that shall be used (i.e. copied into Value) when a new dispatcher of this type is introduced. |
![]() | Name | The name of the parameter (Unique within each dispatcher type). |
![]() | Occurrence | Whether the parameter is optional or required. |
![]() | ValueType | The parameter type according to requirement of Configurator integration. |
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether this instance and a specified object, which must also be a DispatcherTypeParameter object (or
a descendant), have the same value.
(Overrides ObjectEquals(Object)) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode |
Returns the hash code for this DispatcherTypeParameter.
(Overrides ObjectGetHashCode) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
![]() ![]() | Equality(DispatcherTypeParameter, DispatcherTypeParameter) | Compares two DispatcherTypeParameter using the Equals(Object)-method. |
![]() ![]() | Inequality(DispatcherTypeParameter, DispatcherTypeParameter) | Compares two DispatcherTypeParameter using the Equals(Object)-method. |
Name | Description | |
---|---|---|
![]() | FormatFromDictionary | (Defined by DictionaryExtensions) |
![]() | GetFirstValue | (Defined by DictionaryExtensions) |