C# Class SilverlightMappingToolBasic.UI.SuperGraph.View.ManagementConsole.PermissionGroup

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

Méthode Description
PermissionGroup ( GlymaSecurityGroup group, bool isSelected, bool isEnabled = true ) : System.ComponentModel
ResetValue ( bool value = null ) : void
SetValue ( bool value ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Method Details

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

PermissionGroup() public méthode

public PermissionGroup ( GlymaSecurityGroup group, bool isSelected, bool isEnabled = true ) : System.ComponentModel
group GlymaSecurityGroup
isSelected bool
isEnabled bool
Résultat System.ComponentModel

ResetValue() public méthode

public ResetValue ( bool value = null ) : void
value bool
Résultat void

SetValue() public méthode

public SetValue ( bool value ) : void
value bool
Résultat void