Method | Description | |
---|---|---|
CreatePermission ( string type, bool allowed ) : void | ||
DeletePermission ( ) : void | ||
SetDetails ( string type, bool allowed ) : void | ||
UpdatePermission ( bool allowed ) : void | ||
ValidatePermission ( ) : bool |
public CreatePermission ( string type, bool allowed ) : void | ||
type | string | |
allowed | bool | |
return | void |
public SetDetails ( string type, bool allowed ) : void | ||
type | string | |
allowed | bool | |
return | void |
public UpdatePermission ( bool allowed ) : void | ||
allowed | bool | |
return | void |