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

Inheritance: INotifyPropertyChanged
Show file Open project: chris-tomich/Glyma

Public Methods

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

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

PermissionGroup() public method

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

ResetValue() public method

public ResetValue ( bool value = null ) : void
value bool
return void

SetValue() public method

public SetValue ( bool value ) : void
value bool
return void