C# Class Glyma.Security.CompleteModel.Right

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Свойство Type Description
OnCreated void
OnDisplayNameChanged void
OnDisplayNameChanging void
OnLoaded void
OnRightIdChanged void
OnRightIdChanging void
OnValidate void
attach_RightAssociations void
detach_RightAssociations void

Méthodes publiques

Méthode Description
Right ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode 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 méthode

public Right ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void