C# Class AcManager.Tools.AcErrors.AcError

Inheritance: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged, IAcError
Show file Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
AcError ( AcCommonObject target, AcErrorType type ) : System
RegisterFixer ( IAcErrorFixer fixer ) : void
RegisterSolutionsFactory ( ISolutionsFactory factory ) : void

Private Methods

Method Description
CategoryFromType ( AcErrorType type ) : AcErrorCategory
GetSolutions ( ) : IEnumerable
MessageFromType ( AcErrorType type ) : string

Method Details

AcError() public method

public AcError ( AcCommonObject target, AcErrorType type ) : System
target AcManager.Tools.AcObjectsNew.AcCommonObject
type AcErrorType
return System

RegisterFixer() public static method

public static RegisterFixer ( IAcErrorFixer fixer ) : void
fixer IAcErrorFixer
return void

RegisterSolutionsFactory() public static method

public static RegisterSolutionsFactory ( ISolutionsFactory factory ) : void
factory ISolutionsFactory
return void