C# Class TransactionalNodeService.SecurityModel.SecurableContext

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostra file Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnSecurableContextIdChanged void
OnSecurableContextIdChanging void
OnSecurableContextNameChanged void
OnSecurableContextNameChanging void
OnSecurableContextUidChanged void
OnSecurableContextUidChanging void
OnValidate void
attach_GroupAssociations void
detach_GroupAssociations void

Public Methods

Method Description
SecurableContext ( ) : System.Data.Linq

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnSecurableContextIdChanged ( ) : void
OnSecurableContextIdChanging ( int value ) : void
OnSecurableContextNameChanged ( ) : void
OnSecurableContextNameChanging ( string value ) : void
OnSecurableContextUidChanged ( ) : void
OnSecurableContextUidChanging ( System value ) : void
OnValidate ( System action ) : void
attach_GroupAssociations ( GroupAssociation entity ) : void
detach_GroupAssociations ( GroupAssociation entity ) : void

Method Details

SecurableContext() public method

public SecurableContext ( ) : System.Data.Linq
return System.Data.Linq

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void