C# Class AcManager.Tools.AcErrors.AcError

Inheritance: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged, IAcError
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
CategoryFromType ( AcErrorType type ) : AcErrorCategory
GetSolutions ( ) : IEnumerable
MessageFromType ( AcErrorType type ) : string

Method Details

AcError() public méthode

public AcError ( AcCommonObject target, AcErrorType type ) : System
target AcManager.Tools.AcObjectsNew.AcCommonObject
type AcErrorType
Résultat System

RegisterFixer() public static méthode

public static RegisterFixer ( IAcErrorFixer fixer ) : void
fixer IAcErrorFixer
Résultat void

RegisterSolutionsFactory() public static méthode

public static RegisterSolutionsFactory ( ISolutionsFactory factory ) : void
factory ISolutionsFactory
Résultat void