프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FileAcManager | IFileAcManager |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IsSeveralAllowed | bool | ||
OnImageChanged | void |
메소드 | 설명 | |
---|---|---|
AddError ( AcErrorType type ) : void | ||
AddError ( IAcError error ) : void | ||
CheckIfNew ( ) : void | ||
ClearErrors ( ) : void | ||
ClearErrors ( AcErrorCategory category ) : void | ||
CloneAsync ( string id ) : Task | ||
Delete ( ) : void | ||
ErrorIf ( bool condition, AcErrorType type ) : void |
Add error if condition is true, remove existing if exists otherwise.
|
|
HandleChangedFile ( string filename ) : bool | ||
HasError ( AcErrorType type ) : bool | ||
Load ( ) : void | ||
Reload ( ) : void | ||
RemoveError ( AcErrorType type ) : void | ||
RemoveError ( IAcError error ) : void | ||
Save ( ) : void | ||
SortAffectingValueChanged ( ) : void | ||
ViewInExplorer ( ) : void |
메소드 | 설명 | |
---|---|---|
AcCommonObject ( IFileAcManager manager, string id, bool enabled ) : System | ||
GetLocation ( ) : string | ||
InitializeLocations ( ) : void | ||
InitializeLocationsOnce ( ) : void | ||
LoadOrThrow ( ) : void | ||
OnImageChangedValue ( string filename ) : void | ||
Rename ( string newId ) : void | ||
Toggle ( ) : void |
메소드 | 설명 | |
---|---|---|
IsSeveralAllowed ( AcErrorType errorType ) : bool | ||
OnImageChanged ( string propertyName ) : void |
protected AcCommonObject ( IFileAcManager manager, string id, bool enabled ) : System | ||
manager | IFileAcManager | |
id | string | |
enabled | bool | |
리턴 | System |
public ClearErrors ( AcErrorCategory category ) : void | ||
category | AcErrorCategory | |
리턴 | void |
public ErrorIf ( bool condition, AcErrorType type ) : void | ||
condition | bool | |
type | AcErrorType | |
리턴 | void |
public HandleChangedFile ( string filename ) : bool | ||
filename | string | |
리턴 | bool |
protected OnImageChangedValue ( string filename ) : void | ||
filename | string | |
리턴 | void |