Свойство | Type | Description | |
---|---|---|---|
aclChangedHandler | EventHandler |
||
aclManager | IAclManager | ||
disposed | bool |
Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
DeleteEntries ( |
Deletes some entries.
|
|
LoadDataInternal ( ) : ScrewTurn.Wiki.AclEngine.AclEntry[] |
Loads data from storage.
|
|
StoreEntries ( |
Stores some entries.
|
Méthode | Description | |
---|---|---|
aclManager_AclChanged ( object sender, |
Handles the IAclManager.AclChanged event.
|
public AclStorerBase ( IAclManager aclManager ) : System | ||
aclManager | IAclManager | The instance of the ACL Manager to handle. |
Résultat | System |
protected abstract DeleteEntries ( |
||
entries | The entries to delete. | |
Résultat | void |
protected abstract LoadDataInternal ( ) : ScrewTurn.Wiki.AclEngine.AclEntry[] | ||
Résultat | ScrewTurn.Wiki.AclEngine.AclEntry[] |
protected abstract StoreEntries ( |
||
entries | The entries to store. | |
Résultat | void |
protected EventHandler |
||
Résultat | EventHandler |