C# Class Zetbox.App.Base.PropertyEfImpl

Inheritance: Zetbox.DalProvider.Ef.BaseServerDataObject_EntityFramework, System.Property, Zetbox.API.IExportableInternal
Afficher le fichier Open project: daszat/zetbox

Private Properties

Свойство Type Description
GetConstraintsImplCollection EntityCollection
GetDescription string
GetElementTypeString string
GetLabel string
GetName string
GetPropertyType System.Type
GetPropertyTypeString string
NotifyCreated void
NotifyDeleting void
NotifyPostSave void
NotifyPreSave void
ObjectIsValid ObjectIsValidResult
PropertyEfImpl System
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
PropertyEfImpl ( Func lazyCtx ) : System
Recalculate ( string property ) : void
ReloadReferences ( ) : void
SetNew ( ) : void
ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask
TriggerFetchChangedByAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchConstraintsAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchCreatedByAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchDefaultValueAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchFilterConfigurationAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchModuleAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchObjectClassAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchRequestedKindAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchValueModelDescriptorAsync ( ) : Zetbox.API.Async.ZbTask

Méthodes protégées

Méthode Description
CollectProperties ( Func lazyCtx, List props ) : void
OnPropertyChanged ( string property, object oldValue, object newValue ) : void
ShouldSetModified ( string property ) : bool

Private Methods

Méthode Description
GetConstraintsImplCollection ( ) : EntityCollection
GetDescription ( ) : string
GetElementTypeString ( ) : string
GetLabel ( ) : string
GetName ( ) : string
GetPropertyType ( ) : Type
GetPropertyTypeString ( ) : string
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
ObjectIsValid ( ) : ObjectIsValidResult
PropertyEfImpl ( ) : System
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

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
Résultat void

PropertyEfImpl() public méthode

public PropertyEfImpl ( Func lazyCtx ) : System
lazyCtx Func
Résultat System

Recalculate() public méthode

public Recalculate ( string property ) : void
property string
Résultat void

ReloadReferences() public méthode

public ReloadReferences ( ) : void
Résultat void

SetNew() public méthode

public SetNew ( ) : void
Résultat void

ShouldSetModified() protected méthode

protected ShouldSetModified ( string property ) : bool
property string
Résultat bool

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

TriggerFetchChangedByAsync() public méthode

public TriggerFetchChangedByAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask

TriggerFetchConstraintsAsync() public méthode

public TriggerFetchConstraintsAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask

TriggerFetchCreatedByAsync() public méthode

public TriggerFetchCreatedByAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask

TriggerFetchDefaultValueAsync() public méthode

public TriggerFetchDefaultValueAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask

TriggerFetchFilterConfigurationAsync() public méthode

public TriggerFetchFilterConfigurationAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask

TriggerFetchModuleAsync() public méthode

public TriggerFetchModuleAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask

TriggerFetchObjectClassAsync() public méthode

public TriggerFetchObjectClassAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask

TriggerFetchRequestedKindAsync() public méthode

public TriggerFetchRequestedKindAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask

TriggerFetchValueModelDescriptorAsync() public méthode

public TriggerFetchValueModelDescriptorAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask