C# Class TransactionalNodeService.SharePoint.SecurityModel.SecurableObject

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

Private Properties

Property Type Description
OnBreaksInheritanceChanged void
OnBreaksInheritanceChanging void
OnCreated void
OnLoaded void
OnSecurableContextIdChanged void
OnSecurableContextIdChanging void
OnSecurableObjectUidChanged void
OnSecurableObjectUidChanging void
OnValidate void
attach_GroupAssociations void
detach_GroupAssociations void

Public Methods

Method Description
SecurableObject ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnBreaksInheritanceChanged ( ) : void
OnBreaksInheritanceChanging ( bool value ) : void
OnCreated ( ) : void
OnLoaded ( ) : void
OnSecurableContextIdChanged ( ) : void
OnSecurableContextIdChanging ( int value ) : void
OnSecurableObjectUidChanged ( ) : void
OnSecurableObjectUidChanging ( System value ) : void
OnValidate ( System action ) : void
attach_GroupAssociations ( GroupAssociation entity ) : void
detach_GroupAssociations ( GroupAssociation entity ) : void

Method Details

SecurableObject() public method

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