프로퍼티 | 타입 | 설명 | |
---|---|---|---|
aclChangedHandler | EventHandler |
||
aclManager | IAclManager | ||
disposed | bool |
메소드 | 설명 | |
---|---|---|
AclStorerBase ( IAclManager aclManager ) : System |
Initializes a new instance of the T:AclStorerBase abstract class.
|
|
Dispose ( ) : void |
Disposes the current object.
|
|
LoadData ( ) : void |
Loads the data and injects it in the instance of T:IAclManager.
|
메소드 | 설명 | |
---|---|---|
DeleteEntries ( |
Deletes some entries.
|
|
LoadDataInternal ( ) : ScrewTurn.Wiki.AclEngine.AclEntry[] |
Loads data from storage.
|
|
StoreEntries ( |
Stores some entries.
|
메소드 | 설명 | |
---|---|---|
aclManager_AclChanged ( object sender, |
Handles the IAclManager.AclChanged event.
|
public AclStorerBase ( IAclManager aclManager ) : System | ||
aclManager | IAclManager | The instance of the ACL Manager to handle. |
리턴 | System |
protected abstract DeleteEntries ( |
||
entries | The entries to delete. | |
리턴 | void |
protected abstract LoadDataInternal ( ) : ScrewTurn.Wiki.AclEngine.AclEntry[] | ||
리턴 | ScrewTurn.Wiki.AclEngine.AclEntry[] |
protected abstract StoreEntries ( |
||
entries | The entries to store. | |
리턴 | void |