C# Class Glyma.Security.CompleteModel.SecurableContext

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Datei anzeigen 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
attach_Memberships void
attach_RightAssociations void
attach_Roles void
attach_Users void
detach_GroupAssociations void
detach_Memberships void
detach_RightAssociations void
detach_Roles void
detach_Users 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
attach_Memberships ( Membership entity ) : void
attach_RightAssociations ( RightAssociation entity ) : void
attach_Roles ( Role entity ) : void
attach_Users ( User entity ) : void
detach_GroupAssociations ( GroupAssociation entity ) : void
detach_Memberships ( Membership entity ) : void
detach_RightAssociations ( RightAssociation entity ) : void
detach_Roles ( Role entity ) : void
detach_Users ( User 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