C# Class Glyma.Security.CompleteModel.RightAssociation

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

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnRightAssociationIdChanged void
OnRightAssociationIdChanging void
OnRightIdChanged void
OnRightIdChanging void
OnRoleIdChanged void
OnRoleIdChanging void
OnSecurableContextIdChanged void
OnSecurableContextIdChanging void
OnValidate void

Public Methods

Method Description
RightAssociation ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnRightAssociationIdChanged ( ) : void
OnRightAssociationIdChanging ( long value ) : void
OnRightIdChanged ( ) : void
OnRightIdChanging ( System value ) : void
OnRoleIdChanged ( ) : void
OnRoleIdChanging ( System value ) : void
OnSecurableContextIdChanged ( ) : void
OnSecurableContextIdChanging ( System value ) : void
OnValidate ( System action ) : void

Method Details

RightAssociation() public method

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