C# Class TransactionalNodeService.SharePoint.SecurityModel.SecurableContext

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostra file Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
SecurableContext ( ) : System.Data.Linq

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method 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 method

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