C# Class Glyma.Security.CompleteModel.GroupAssociation

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

Private Properties

Свойство Type Description
OnBreakInheritanceChanged void
OnBreakInheritanceChanging void
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

Méthodes publiques

Méthode Description
GroupAssociation ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode Description
OnBreakInheritanceChanged ( ) : void
OnBreakInheritanceChanging ( System value ) : void
OnCreated ( ) : void
OnGroupAssociationIdChanged ( ) : void
OnGroupAssociationIdChanging ( long value ) : void
OnGroupIdChanged ( ) : void
OnGroupIdChanging ( System value ) : void
OnLoaded ( ) : void
OnSecurableContextIdChanged ( ) : void
OnSecurableContextIdChanging ( System value ) : void
OnSecurableObjectUidChanged ( ) : void
OnSecurableObjectUidChanging ( System value ) : void
OnSecurableParentUidChanged ( ) : void
OnSecurableParentUidChanging ( System value ) : void
OnValidate ( System action ) : void

Method Details

GroupAssociation() public méthode

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