C# Class Zetbox.App.Base.RoleMembershipEfImpl

Inheritance: Zetbox.App.Base.AccessControlEfImpl, RoleMembership
Datei anzeigen Open project: daszat/zetbox

Private Properties

Property Type Description
GetRelationsImplCollection EntityCollection
NotifyCreated void
NotifyDeleting void
NotifyPostSave void
NotifyPreSave void
ObjectIsValid ObjectIsValidResult
RoleMembershipEfImpl System
ToString string
_InitializePropertyDescriptors void

Public Methods

Method Description
ApplyChangesFrom ( IPersistenceObject obj ) : void
Export ( System xml, string modules ) : void
FromStream ( Zetbox binStream ) : IEnumerable
GetImplementedInterface ( ) : Type
MergeImport ( System xml ) : void
ReloadReferences ( ) : void
RoleMembershipEfImpl ( Func lazyCtx ) : System
SetNew ( ) : void
ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask
TriggerFetchRelationsAsync ( ) : Zetbox.API.Async.ZbTask

Protected Methods

Method Description
CollectProperties ( Func lazyCtx, List props ) : void
ShouldSetModified ( string property ) : bool

Private Methods

Method Description
GetRelationsImplCollection ( ) : EntityCollection
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
ObjectIsValid ( ) : ObjectIsValidResult
RoleMembershipEfImpl ( ) : System
ToString ( ) : string
_InitializePropertyDescriptors ( Func lazyCtx ) : void

Method Details

ApplyChangesFrom() public method

public ApplyChangesFrom ( IPersistenceObject obj ) : void
obj IPersistenceObject
return void

CollectProperties() protected method

protected CollectProperties ( Func lazyCtx, List props ) : void
lazyCtx Func
props List
return void

Export() public method

public Export ( System xml, string modules ) : void
xml System
modules string
return void

FromStream() public method

public FromStream ( Zetbox binStream ) : IEnumerable
binStream Zetbox
return IEnumerable

GetImplementedInterface() public method

public GetImplementedInterface ( ) : Type
return System.Type

MergeImport() public method

public MergeImport ( System xml ) : void
xml System
return void

ReloadReferences() public method

public ReloadReferences ( ) : void
return void

RoleMembershipEfImpl() public method

public RoleMembershipEfImpl ( Func lazyCtx ) : System
lazyCtx Func
return System

SetNew() public method

public SetNew ( ) : void
return void

ShouldSetModified() protected method

protected ShouldSetModified ( string property ) : bool
property string
return bool

ToStream() public method

public ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
binStream Zetbox
auxObjects HashSet
eagerLoadLists bool
return void

TriggerFetch() public method

public TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask
propName string
return Zetbox.API.Async.ZbTask

TriggerFetchRelationsAsync() public method

public TriggerFetchRelationsAsync ( ) : Zetbox.API.Async.ZbTask
return Zetbox.API.Async.ZbTask