C# 클래스 AcManager.Tools.AcErrors.AcError

상속: FirstFloor.ModernUI.Presentation.NotifyPropertyChanged, IAcError
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
AcError ( AcCommonObject target, AcErrorType type ) : System
RegisterFixer ( IAcErrorFixer fixer ) : void
RegisterSolutionsFactory ( ISolutionsFactory factory ) : void

비공개 메소드들

메소드 설명
CategoryFromType ( AcErrorType type ) : AcErrorCategory
GetSolutions ( ) : IEnumerable
MessageFromType ( AcErrorType type ) : string

메소드 상세

AcError() 공개 메소드

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

RegisterFixer() 공개 정적인 메소드

public static RegisterFixer ( IAcErrorFixer fixer ) : void
fixer IAcErrorFixer
리턴 void

RegisterSolutionsFactory() 공개 정적인 메소드

public static RegisterSolutionsFactory ( ISolutionsFactory factory ) : void
factory ISolutionsFactory
리턴 void