C# Class TransactionalNodeService.SharePoint.SecurityModel.GroupAssociation

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

Private Properties

Property Type Description
OnCreated void
OnGroupAssociationIdChanged void
OnGroupAssociationIdChanging void
OnGroupIdChanged void
OnGroupIdChanging void
OnLoaded void
OnSecurableContextIdChanged void
OnSecurableContextIdChanging void
OnSecurableObjectUidChanged void
OnSecurableObjectUidChanging void
OnSecurableParentUidChanged void
OnSecurableParentUidChanging void
OnValidate void

Public Methods

Method Description
GroupAssociation ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnGroupAssociationIdChanged ( ) : void
OnGroupAssociationIdChanging ( long value ) : void
OnGroupIdChanged ( ) : void
OnGroupIdChanging ( int value ) : void
OnLoaded ( ) : void
OnSecurableContextIdChanged ( ) : void
OnSecurableContextIdChanging ( int value ) : void
OnSecurableObjectUidChanged ( ) : void
OnSecurableObjectUidChanging ( System value ) : void
OnSecurableParentUidChanged ( ) : void
OnSecurableParentUidChanging ( System value ) : void
OnValidate ( System action ) : void

Method Details

GroupAssociation() public method

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