C# Class TransactionalNodeService.SecurityModel.Group

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

Private Properties

Свойство Type Description
OnCreated void
OnDisplayNameChanged void
OnDisplayNameChanging void
OnGroupIdChanged void
OnGroupIdChanging void
OnGroupSPIDChanged void
OnGroupSPIDChanging void
OnLoaded void
OnSecurableContextIdChanged void
OnSecurableContextIdChanging void
OnValidate void
attach_GroupAssociations void
detach_GroupAssociations void

Méthodes publiques

Méthode Description
Group ( ) : 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
OnGroupIdChanged ( ) : void
OnGroupIdChanging ( int value ) : void
OnGroupSPIDChanged ( ) : void
OnGroupSPIDChanging ( System value ) : void
OnLoaded ( ) : void
OnSecurableContextIdChanged ( ) : void
OnSecurableContextIdChanging ( System value ) : void
OnValidate ( System action ) : void
attach_GroupAssociations ( GroupAssociation entity ) : void
detach_GroupAssociations ( GroupAssociation entity ) : void

Method Details

Group() public méthode

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