ErrorManager Members
Include Protected Members
Include Inherited Members
Used in the Error Management infrastructure.
The ErrorManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ErrorManager | Overloaded. Initializes a new instance of the ErrorManager class. |
Top
Methods
Name | Description | |
---|---|---|
Add | Overloaded. Adds the DataSchemaError to be displayed to the Error List window. | |
ClearCategory | Clears the DataSchemaError belonging to the given category and removes them from being displayed in the Error List belonging to this error manager. | |
Dispose | Releases resources. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
Find | Overloaded. Retrieves a DataSchemaError snapshot. | |
GetAllErrors | Returns a list of errors in a category. | |
GetErrorCounts | Returns a breakdown of the specified error types that are contained by this error manager for the specified category. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetObjectData | Gets object data. | |
GetRelevantCategories | Returns a list of relevant categories, based on the specified relevance value. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove | Overloaded. Removes the DataSchemaError from the error manager and from the Error List window. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
UpdateErrorsDocumentName | Changes the name of the document in the DataSchemaError contained in this error manager. |
Top
Properties
Name | Description | |
---|---|---|
BuildCategory | Gets the build category string. | |
DefaultCategory | Gets the unique name for errors that persist for the lifetime of the error manager. | |
DeployCategory | Gets the deploy category string object. | |
ExternalsResolutionCategory | Gets the externals resolution category string object. | |
ModelCategory | Gets the unique name for errors that persist for the lifetime of the ModelStore. | |
ProjectPropertiesCategory | Gets the project properties category string object. | |
ValidationAtBuildCategory | Gets the validation at build category string object. | |
ValidationOnIdleCategory | Gets the validation on idle category string object. |
Top
Events
Name | Description | |
---|---|---|
Disposed | The disposed event. | |
ErrorManagerRefreshed | The error manager refreshed event. | |
ErrorsChanged | The errors changed event. |
Top