C# Class Zetbox.App.Calendar.WorkScheduleSyncProviderEfImpl

Inheritance: Zetbox.App.Calendar.SyncProviderEfImpl, WorkScheduleSyncProvider
Afficher le fichier Open project: daszat/zetbox

Private Properties

Свойство Type Description
NotifyCreated void
NotifyDeleting void
NotifyPostSave void
NotifyPreSave void
ObjectIsValid ObjectIsValidResult
PerformSync void
ScheduleSyncNow void
ToString string
WorkScheduleSyncProviderEfImpl System
_InitializePropertyDescriptors void

Méthodes publiques

Méthode Description
ApplyChangesFrom ( IPersistenceObject obj ) : void
FromStream ( Zetbox binStream ) : IEnumerable
GetImplementedInterface ( ) : Type
ReloadReferences ( ) : void
SetNew ( ) : void
ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask
TriggerFetchCalendarAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchWorkScheduleAsync ( ) : Zetbox.API.Async.ZbTask
WorkScheduleSyncProviderEfImpl ( Func lazyCtx ) : System

Méthodes protégées

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

Private Methods

Méthode Description
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
ObjectIsValid ( ) : ObjectIsValidResult
PerformSync ( ) : void
ScheduleSyncNow ( ) : void
ToString ( ) : string
WorkScheduleSyncProviderEfImpl ( ) : System
_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

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

OnPropertyChanged() protected méthode

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

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

TriggerFetchCalendarAsync() public méthode

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

TriggerFetchWorkScheduleAsync() public méthode

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

WorkScheduleSyncProviderEfImpl() public méthode

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