C# Class Glyma.Security.CompleteModel.Right

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
显示文件 Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnDisplayNameChanged void
OnDisplayNameChanging void
OnLoaded void
OnRightIdChanged void
OnRightIdChanging void
OnValidate void
attach_RightAssociations void
detach_RightAssociations void

Public Methods

Method Description
Right ( ) : 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
OnRightIdChanged ( ) : void
OnRightIdChanging ( int value ) : void
OnValidate ( System action ) : void
attach_RightAssociations ( RightAssociation entity ) : void
detach_RightAssociations ( RightAssociation entity ) : void

Method Details

Right() public method

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