C# Class Glyma.Security.CompleteModel.User

Inheritance: IUser
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Свойство Type Description
OnClaimChanged void
OnClaimChanging void
OnCreated void
OnDisplayNameChanged void
OnDisplayNameChanging void
OnLoaded void
OnSecurableContextIdChanged void
OnSecurableContextIdChanging void
OnUserIdChanged void
OnUserIdChanging void
OnValidate void
attach_Memberships void
detach_Memberships void

Méthodes publiques

Méthode Description
IsAuthorised ( System.Guid domainUid, IEnumerable rootMapUids ) : IEnumerable
IsAuthorised ( IEnumerable domainUids ) : IEnumerable
IsAuthorised ( ) : bool
IsAuthorised ( System.Guid domainUid ) : bool
IsAuthorised ( System.Guid domainUid, System.Guid rootMapUid ) : bool
User ( ) : System.Data.Linq

Méthodes protégées

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

Private Methods

Méthode Description
OnClaimChanged ( ) : void
OnClaimChanging ( string value ) : void
OnCreated ( ) : void
OnDisplayNameChanged ( ) : void
OnDisplayNameChanging ( string value ) : void
OnLoaded ( ) : void
OnSecurableContextIdChanged ( ) : void
OnSecurableContextIdChanging ( System value ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( int value ) : void
OnValidate ( System action ) : void
attach_Memberships ( Membership entity ) : void
detach_Memberships ( Membership entity ) : void

Method Details

IsAuthorised() public méthode

public IsAuthorised ( System.Guid domainUid, IEnumerable rootMapUids ) : IEnumerable
domainUid System.Guid
rootMapUids IEnumerable
Résultat IEnumerable

IsAuthorised() public méthode

public IsAuthorised ( IEnumerable domainUids ) : IEnumerable
domainUids IEnumerable
Résultat IEnumerable

IsAuthorised() public méthode

public IsAuthorised ( ) : bool
Résultat bool

IsAuthorised() public méthode

public IsAuthorised ( System.Guid domainUid ) : bool
domainUid System.Guid
Résultat bool

IsAuthorised() public méthode

public IsAuthorised ( System.Guid domainUid, System.Guid rootMapUid ) : bool
domainUid System.Guid
rootMapUid System.Guid
Résultat bool

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void

User() public méthode

public User ( ) : System.Data.Linq
Résultat System.Data.Linq