ErrorManager Members

Include Protected Members
Include Inherited Members

Used in the Error Management infrastructure.

The ErrorManager type exposes the following members.

Constructors

  Name Description
Public method ErrorManager Overloaded. Initializes a new instance of the ErrorManager class.

Top

Methods

  Name Description
Public method Add Overloaded. Adds the DataSchemaError to be displayed to the Error List window.
Public method ClearCategory Clears the DataSchemaError belonging to the given category and removes them from being displayed in the Error List belonging to this error manager.
Public method Dispose Releases resources.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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.)
Public method Find Overloaded. Retrieves a DataSchemaError snapshot.
Public method GetAllErrors Returns a list of errors in a category.
Public method GetErrorCounts Returns a breakdown of the specified error types that are contained by this error manager for the specified category.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetObjectData Gets object data.
Public method GetRelevantCategories Returns a list of relevant categories, based on the specified relevance value.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Overloaded. Removes the DataSchemaError from the error manager and from the Error List window.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)
Public method UpdateErrorsDocumentName Changes the name of the document in the DataSchemaError contained in this error manager.

Top

Properties

  Name Description
Public propertyStatic member BuildCategory Gets the build category string.
Public propertyStatic member DefaultCategory Gets the unique name for errors that persist for the lifetime of the error manager.
Public propertyStatic member DeployCategory Gets the deploy category string object.
Public propertyStatic member ExternalsResolutionCategory Gets the externals resolution category string object.
Public propertyStatic member ModelCategory Gets the unique name for errors that persist for the lifetime of the ModelStore.
Public propertyStatic member ProjectPropertiesCategory Gets the project properties category string object.
Public propertyStatic member ValidationAtBuildCategory Gets the validation at build category string object.
Public propertyStatic member ValidationOnIdleCategory Gets the validation on idle category string object.

Top

Events

  Name Description
Public event Disposed The disposed event.
Public event ErrorManagerRefreshed The error manager refreshed event.
Public event ErrorsChanged The errors changed event.

Top

See Also

Reference

ErrorManager Class

Microsoft.Data.Schema.Common Namespace