C# Class Glyma.Security.CompleteModel.User

Inheritance: IUser
Exibir arquivo Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property 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

Public Methods

Method 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

Protected Methods

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

Private Methods

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

public IsAuthorised ( System.Guid domainUid, IEnumerable rootMapUids ) : IEnumerable
domainUid System.Guid
rootMapUids IEnumerable
return IEnumerable

IsAuthorised() public method

public IsAuthorised ( IEnumerable domainUids ) : IEnumerable
domainUids IEnumerable
return IEnumerable

IsAuthorised() public method

public IsAuthorised ( ) : bool
return bool

IsAuthorised() public method

public IsAuthorised ( System.Guid domainUid ) : bool
domainUid System.Guid
return bool

IsAuthorised() public method

public IsAuthorised ( System.Guid domainUid, System.Guid rootMapUid ) : bool
domainUid System.Guid
rootMapUid System.Guid
return bool

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

User() public method

public User ( ) : System.Data.Linq
return System.Data.Linq