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

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

Méthodes publiques

Méthode 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 méthode

public CreatePermission ( string type, bool allowed ) : void
type string
allowed bool
Résultat void

DeletePermission() public méthode

public DeletePermission ( ) : void
Résultat void

SetDetails() public méthode

public SetDetails ( string type, bool allowed ) : void
type string
allowed bool
Résultat void

UpdatePermission() public méthode

public UpdatePermission ( bool allowed ) : void
allowed bool
Résultat void

ValidatePermission() public méthode

public ValidatePermission ( ) : bool
Résultat bool