C# Class TransactionalNodeService.SharePoint.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
attach_SecurableContextDatabases void
attach_SecurableObjects void
detach_GroupAssociations void
detach_SecurableContextDatabases void
detach_SecurableObjects 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
attach_SecurableContextDatabases ( SecurableContextDatabase entity ) : void
attach_SecurableObjects ( SecurableObject entity ) : void
detach_GroupAssociations ( GroupAssociation entity ) : void
detach_SecurableContextDatabases ( SecurableContextDatabase entity ) : void
detach_SecurableObjects ( SecurableObject 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