C# Class Glyma.Security.CompleteModel.Group

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostrar archivo Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnDisplayNameChanged void
OnDisplayNameChanging void
OnGroupIdChanged void
OnGroupIdChanging void
OnLoaded void
OnRoleIdChanged void
OnRoleIdChanging void
OnSecurableContextIdChanged void
OnSecurableContextIdChanging void
OnValidate void
attach_GroupAssociations void
attach_Memberships void
detach_GroupAssociations void
detach_Memberships void

Public Methods

Method Description
Group ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnDisplayNameChanged ( ) : void
OnDisplayNameChanging ( string value ) : void
OnGroupIdChanged ( ) : void
OnGroupIdChanging ( int value ) : void
OnLoaded ( ) : void
OnRoleIdChanged ( ) : void
OnRoleIdChanging ( System value ) : void
OnSecurableContextIdChanged ( ) : void
OnSecurableContextIdChanging ( System value ) : void
OnValidate ( System action ) : void
attach_GroupAssociations ( GroupAssociation entity ) : void
attach_Memberships ( Membership entity ) : void
detach_GroupAssociations ( GroupAssociation entity ) : void
detach_Memberships ( Membership entity ) : void

Method Details

Group() public method

public Group ( ) : 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