C# Class Permission, component-church-financial-system-user-management

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: uwi-mase-2014-ccd/component-church-financial-system-user-management Class Usage Examples

Public Methods

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

Method Details

CreatePermission() public method

public CreatePermission ( string type, bool allowed ) : void
type string
allowed bool
return void

DeletePermission() public method

public DeletePermission ( ) : void
return void

SetDetails() public method

public SetDetails ( string type, bool allowed ) : void
type string
allowed bool
return void

UpdatePermission() public method

public UpdatePermission ( bool allowed ) : void
allowed bool
return void

ValidatePermission() public method

public ValidatePermission ( ) : bool
return bool