Property | Type | Description | |
---|---|---|---|
GetErrorText | string | ||
IsValid | bool | ||
NotifyCreated | void | ||
NotifyDeleting | void | ||
NotifyPostSave | void | ||
NotifyPreSave | void | ||
ObjectIsValid | ObjectIsValidResult | ||
ToString | string |
Method | Description | |
---|---|---|
ApplyChangesFrom ( IPersistenceObject obj ) : void | ||
Export ( System xml, string modules ) : void | ||
FromStream ( Zetbox binStream ) : IEnumerable |
||
GetImplementedInterface ( ) : |
||
MergeImport ( System xml ) : void | ||
NotNullableConstraintNHibernateImpl ( ) : System | ||
NotNullableConstraintNHibernateImpl ( Func |
Create a new unattached instance
|
|
NotNullableConstraintNHibernateImpl ( Func |
Create a instance, wrapping the specified proxy
|
|
ReloadReferences ( ) : void | ||
SetNew ( ) : void | ||
ToStream ( Zetbox binStream, HashSet |
||
TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask |
Method | Description | |
---|---|---|
GetErrorText ( System constrainedObject, System constrainedValue ) : string | ||
IsValid ( System constrainedObject, System constrainedValue ) : bool | ||
NotifyCreated ( ) : void | ||
NotifyDeleting ( ) : void | ||
NotifyPostSave ( ) : void | ||
NotifyPreSave ( ) : void | ||
ObjectIsValid ( ) : ObjectIsValidResult | ||
ToString ( ) : string |
public ApplyChangesFrom ( IPersistenceObject obj ) : void | ||
obj | IPersistenceObject | |
return | void |
public Export ( System xml, string modules ) : void | ||
xml | System | |
modules | string | |
return | void |
public FromStream ( Zetbox binStream ) : IEnumerable |
||
binStream | Zetbox | |
return | IEnumerable |
public GetImplementedInterface ( ) : |
||
return |
public NotNullableConstraintNHibernateImpl ( ) : System | ||
return | System |
public NotNullableConstraintNHibernateImpl ( Func |
||
lazyCtx | Func |
|
return | System |
public NotNullableConstraintNHibernateImpl ( Func |
||
lazyCtx | Func |
|
proxy | NotNullableConstraintProxy | |
return | System |
public ToStream ( Zetbox binStream, HashSet |
||
binStream | Zetbox | |
auxObjects | HashSet |
|
eagerLoadLists | bool | |
return | void |
public TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask | ||
propName | string | |
return | Zetbox.API.Async.ZbTask |