C# Class Glyma.Security.CompleteModel.Role

Inheritance: IRole
Show file Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnDisplayNameChanged void
OnDisplayNameChanging void
OnLoaded void
OnRoleIdChanged void
OnRoleIdChanging void
OnSecurableContextIdChanged void
OnSecurableContextIdChanging void
OnValidate void
attach_Groups void
attach_RightAssociations void
detach_Groups void
detach_RightAssociations void

Public Methods

Method Description
HasRights ( ) : bool
Role ( ) : 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
OnLoaded ( ) : void
OnRoleIdChanged ( ) : void
OnRoleIdChanging ( int value ) : void
OnSecurableContextIdChanged ( ) : void
OnSecurableContextIdChanging ( System value ) : void
OnValidate ( System action ) : void
attach_Groups ( Group entity ) : void
attach_RightAssociations ( RightAssociation entity ) : void
detach_Groups ( Group entity ) : void
detach_RightAssociations ( RightAssociation entity ) : void

Method Details

HasRights() public method

public HasRights ( ) : bool
return bool

Role() public method

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