C# Class Glyma.NodeServiceApp.SecurityModel.SecurableContext

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

Private Properties

Свойство Type Description
OnCreated void
OnLoaded void
OnSecurableContextIdChanged void
OnSecurableContextIdChanging void
OnSecurableContextNameChanged void
OnSecurableContextNameChanging void
OnSecurableContextUidChanged void
OnSecurableContextUidChanging void
OnSiteSPIDChanged void
OnSiteSPIDChanging void
OnValidate void
attach_GroupAssociations void
detach_GroupAssociations void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnSecurableContextIdChanged ( ) : void
OnSecurableContextIdChanging ( int value ) : void
OnSecurableContextNameChanged ( ) : void
OnSecurableContextNameChanging ( string value ) : void
OnSecurableContextUidChanged ( ) : void
OnSecurableContextUidChanging ( System value ) : void
OnSiteSPIDChanged ( ) : void
OnSiteSPIDChanging ( System value ) : void
OnValidate ( System action ) : void
attach_GroupAssociations ( GroupAssociation entity ) : void
detach_GroupAssociations ( GroupAssociation entity ) : void

Method Details

SecurableContext() public méthode

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