C# Class Zetbox.App.GUI.NavigationScreenNHibernateImpl

Inheritance: Zetbox.App.GUI.NavigationEntryNHibernateImpl, NavigationScreen
Afficher le fichier Open project: daszat/zetbox

Private Properties

Свойство Type Description
GetDefaultViewModel System.Object
NotifyCreated void
NotifyDeleting void
NotifyPostSave void
NotifyPreSave void
ObjectIsValid ObjectIsValidResult
ToString string
_InitializePropertyDescriptors void

Méthodes publiques

Méthode Description
ApplyChangesFrom ( IPersistenceObject obj ) : void
Export ( System xml, string modules ) : void
FromStream ( Zetbox binStream ) : IEnumerable
GetImplementedInterface ( ) : Type
MergeImport ( System xml ) : void
NavigationScreenNHibernateImpl ( ) : System
NavigationScreenNHibernateImpl ( Func lazyCtx ) : System

Create a new unattached instance

NavigationScreenNHibernateImpl ( Func lazyCtx, NavigationScreenProxy proxy ) : System

Create a instance, wrapping the specified proxy

ReloadReferences ( ) : void
SetNew ( ) : void
ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask

Méthodes protégées

Méthode Description
CollectProperties ( Func lazyCtx, List props ) : void

Private Methods

Méthode Description
GetDefaultViewModel ( Zetbox dataCtx, System parent ) : Object
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
ObjectIsValid ( ) : ObjectIsValidResult
ToString ( ) : string
_InitializePropertyDescriptors ( Func lazyCtx ) : void

Method Details

ApplyChangesFrom() public méthode

public ApplyChangesFrom ( IPersistenceObject obj ) : void
obj IPersistenceObject
Résultat void

CollectProperties() protected méthode

protected CollectProperties ( Func lazyCtx, List props ) : void
lazyCtx Func
props List
Résultat void

Export() public méthode

public Export ( System xml, string modules ) : void
xml System
modules string
Résultat void

FromStream() public méthode

public FromStream ( Zetbox binStream ) : IEnumerable
binStream Zetbox
Résultat IEnumerable

GetImplementedInterface() public méthode

public GetImplementedInterface ( ) : Type
Résultat System.Type

MergeImport() public méthode

public MergeImport ( System xml ) : void
xml System
Résultat void

NavigationScreenNHibernateImpl() public méthode

public NavigationScreenNHibernateImpl ( ) : System
Résultat System

NavigationScreenNHibernateImpl() public méthode

Create a new unattached instance
public NavigationScreenNHibernateImpl ( Func lazyCtx ) : System
lazyCtx Func
Résultat System

NavigationScreenNHibernateImpl() public méthode

Create a instance, wrapping the specified proxy
public NavigationScreenNHibernateImpl ( Func lazyCtx, NavigationScreenProxy proxy ) : System
lazyCtx Func
proxy NavigationScreenProxy
Résultat System

ReloadReferences() public méthode

public ReloadReferences ( ) : void
Résultat void

SetNew() public méthode

public SetNew ( ) : void
Résultat void

ToStream() public méthode

public ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
binStream Zetbox
auxObjects HashSet
eagerLoadLists bool
Résultat void

TriggerFetch() public méthode

public TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask
propName string
Résultat Zetbox.API.Async.ZbTask