C# Class Zetbox.App.Base.FullTextIndexConstraintNHibernateImpl

Inheritance: Zetbox.App.Base.IndexConstraintNHibernateImpl, FullTextIndexConstraint
Datei anzeigen Open project: daszat/zetbox

Private Properties

Property Type Description
GetErrorText string
IsValid bool
NotifyCreated void
NotifyDeleting void
NotifyPostSave void
NotifyPreSave void
ObjectIsValid ObjectIsValidResult
ToString string

Public Methods

Method Description
ApplyChangesFrom ( IPersistenceObject obj ) : void
Export ( System xml, string modules ) : void
FromStream ( Zetbox binStream ) : IEnumerable
FullTextIndexConstraintNHibernateImpl ( ) : System
FullTextIndexConstraintNHibernateImpl ( Func lazyCtx ) : System

Create a new unattached instance

FullTextIndexConstraintNHibernateImpl ( Func lazyCtx, FullTextIndexConstraintProxy proxy ) : System

Create a instance, wrapping the specified proxy

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
GetErrorText ( Zetbox constrainedObject ) : string
IsValid ( Zetbox constrainedObject ) : bool
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
ObjectIsValid ( ) : ObjectIsValidResult
ToString ( ) : string

Method Details

ApplyChangesFrom() public method

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

FullTextIndexConstraintNHibernateImpl() public method

public FullTextIndexConstraintNHibernateImpl ( ) : System
return System

FullTextIndexConstraintNHibernateImpl() public method

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

FullTextIndexConstraintNHibernateImpl() public method

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

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