C# Class Zetbox.App.SchemaMigration.SourceColumnEfImpl

Inheritance: Zetbox.DalProvider.Ef.BaseServerDataObject_EntityFramework, SourceColumn, Zetbox.API.IExportableInternal
Mostrar archivo Open project: daszat/zetbox

Private Properties

Property Type Description
CreateProperty void
GetDestinationPropertyImplCollection EntityCollection
GetEnumEntriesImplCollection EntityCollection
GetReferersImplCollection EntityCollection
NotifyCreated void
NotifyDeleting void
NotifyPostSave void
NotifyPreSave void
ObjectIsValid ObjectIsValidResult
SourceColumnEfImpl 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
SetNew ( ) : void
SourceColumnEfImpl ( Func lazyCtx ) : System
ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask
TriggerFetchChangedByAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchCreatedByAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchDestinationPropertyAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchEnumEntriesAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchReferencesAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchReferersAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchSourceTableAsync ( ) : Zetbox.API.Async.ZbTask

Protected Methods

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

Private Methods

Method Description
CreateProperty ( ) : void
GetDestinationPropertyImplCollection ( ) : EntityCollection
GetEnumEntriesImplCollection ( ) : EntityCollection
GetReferersImplCollection ( ) : EntityCollection
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
ObjectIsValid ( ) : ObjectIsValidResult
SourceColumnEfImpl ( ) : 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 Type

MergeImport() public method

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

OnPropertyChanged() protected method

protected OnPropertyChanged ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
return void

ReloadReferences() public method

public ReloadReferences ( ) : void
return void

SetNew() public method

public SetNew ( ) : void
return void

ShouldSetModified() protected method

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

SourceColumnEfImpl() public method

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

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

TriggerFetchChangedByAsync() public method

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

TriggerFetchCreatedByAsync() public method

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

TriggerFetchDestinationPropertyAsync() public method

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

TriggerFetchEnumEntriesAsync() public method

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

TriggerFetchReferencesAsync() public method

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

TriggerFetchReferersAsync() public method

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

TriggerFetchSourceTableAsync() public method

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