C# Class at.dasz.DocumentManagement.ImportedFileEfImpl

Inheritance: at.dasz.DocumentManagement.FileEfImpl, ImportedFile
Afficher le fichier Open project: daszat/zetbox

Private Properties

Свойство Type Description
ExtractText void
HandleBlobChange Zetbox.App.Base.Blob
ImportedFileEfImpl System
MakeFile at.dasz.DocumentManagement.File
MakeReadonlyFile at.dasz.DocumentManagement.File
MakeStaticFile at.dasz.DocumentManagement.StaticFile
NotifyCreated void
NotifyDeleting void
NotifyPostSave void
NotifyPreSave void
ObjectIsValid ObjectIsValidResult
Open void
ToString string
Upload void

Méthodes publiques

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

Private Methods

Méthode Description
ExtractText ( ) : void
HandleBlobChange ( Zetbox oldBlob, Zetbox newBlob ) : Zetbox.App.Base.Blob
ImportedFileEfImpl ( ) : System
MakeFile ( ) : at.dasz.DocumentManagement.File
MakeReadonlyFile ( ) : at.dasz.DocumentManagement.File
MakeStaticFile ( ) : at.dasz.DocumentManagement.StaticFile
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
ObjectIsValid ( ) : ObjectIsValidResult
Open ( ) : void
ToString ( ) : string
Upload ( ) : void

Method Details

ApplyChangesFrom() public méthode

public ApplyChangesFrom ( IPersistenceObject obj ) : void
obj IPersistenceObject
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

ImportedFileEfImpl() public méthode

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

MergeImport() public méthode

public MergeImport ( System xml ) : void
xml System
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