C# Class at.dasz.DocumentManagement.DynamicFileNHibernateImpl

Inheritance: at.dasz.DocumentManagement.FileNHibernateImpl, DynamicFile
Exibir arquivo Open project: daszat/zetbox

Private Properties

Property Type Description
ExtractText void
HandleBlobChange Zetbox.App.Base.Blob
NotifyCreated void
NotifyDeleting void
NotifyPostSave void
NotifyPreSave void
ObjectIsValid ObjectIsValidResult
Open void
ToString string
Upload void

Public Methods

Method Description
ApplyChangesFrom ( IPersistenceObject obj ) : void
DynamicFileNHibernateImpl ( ) : System
DynamicFileNHibernateImpl ( Func lazyCtx ) : System

Create a new unattached instance

DynamicFileNHibernateImpl ( Func lazyCtx, DynamicFileProxy proxy ) : System

Create a instance, wrapping the specified proxy

Export ( System xml, string modules ) : void
FromStream ( Zetbox binStream ) : IEnumerable
GetImplementedInterface ( ) : Type
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

Method Description
ExtractText ( ) : void
HandleBlobChange ( Zetbox oldBlob, Zetbox newBlob ) : Zetbox.App.Base.Blob
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
ObjectIsValid ( ) : ObjectIsValidResult
Open ( ) : void
ToString ( ) : string
Upload ( ) : void

Method Details

ApplyChangesFrom() public method

public ApplyChangesFrom ( IPersistenceObject obj ) : void
obj IPersistenceObject
return void

DynamicFileNHibernateImpl() public method

public DynamicFileNHibernateImpl ( ) : System
return System

DynamicFileNHibernateImpl() public method

Create a new unattached instance
public DynamicFileNHibernateImpl ( Func lazyCtx ) : System
lazyCtx Func
return System

DynamicFileNHibernateImpl() public method

Create a instance, wrapping the specified proxy
public DynamicFileNHibernateImpl ( Func lazyCtx, DynamicFileProxy proxy ) : System
lazyCtx Func
proxy DynamicFileProxy
return System

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 System.Type

MergeImport() public method

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

ReloadReferences() public method

public ReloadReferences ( ) : void
return void

SetNew() public method

public SetNew ( ) : void
return void

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