UMDiagnosticObject members
Include protected members
Include inherited members
The UMDiagnosticObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
Identity | Gets or sets the identifier of the object. (Inherited from ConfigurableObject.) | |
IsValid | Gets a value that indicates whether the object is configured correctly. (Inherited from ConfigurableObject.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a clone of this ConfigurableObject instance. (Inherited from ConfigurableObject.) | |
GetProperties | Returns a collection of properties for this instance. (Inherited from ConfigurableObject.) | |
TryConvertOutputProperty(Object, PropertyDefinition, Object) | (Inherited from ConfigurableObject.) | |
TryConvertOutputProperty(Object, String, Object) | (Inherited from ConfigurableObject.) | |
Validate | Returns a list of validation errors for the object. (Inherited from ConfigurableObject.) | |
ValidateRead | Reads a list of validation errors. (Inherited from ConfigurableObject.) | |
ValidateWrite | Writes a validation error to a list of validation errors. (Inherited from ConfigurableObject.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IConfigurable.CopyChangesFrom | Copies changes from the specified source. (Inherited from ConfigurableObject.) | |
IConfigurable.ObjectState | Gets the object state. (Inherited from ConfigurableObject.) | |
IConfigurable.ResetChangeTracking | Clears change tracking entries for the object. (Inherited from ConfigurableObject.) |
Top