Method | Description | |
---|---|---|
GetModelInstance ( object instance ) : ModelInstance |
Method | Description | |
---|---|---|
ConvertToList ( |
||
GetId ( object instance ) : string | ||
GetInstance ( string id ) : object | ||
GetIsDeleted ( object instance ) : bool | ||
GetIsModified ( object instance ) : bool | ||
GetIsPendingDelete ( object instance ) : bool | ||
OnInit ( ) : void | ||
OnStartTrackingList ( ModelInstance instance, ModelReferenceProperty property, IList list ) : void | ||
OnStopTrackingList ( ModelInstance instance, ModelReferenceProperty property, IList list ) : void | ||
SaveInstance ( ModelInstance modelInstance ) : void | ||
SetIsPendingDelete ( object instance, bool isPendingDelete ) : void |
Method | Description | |
---|---|---|
DynamicModelType ( string name, ModelType baseType, string format, |
protected ConvertToList ( |
||
property | ||
list | object | |
return | IList |
protected GetIsDeleted ( object instance ) : bool | ||
instance | object | |
return | bool |
protected GetIsModified ( object instance ) : bool | ||
instance | object | |
return | bool |
protected GetIsPendingDelete ( object instance ) : bool | ||
instance | object | |
return | bool |
public GetModelInstance ( object instance ) : ModelInstance | ||
instance | object | |
return | ModelInstance |
protected OnStartTrackingList ( ModelInstance instance, ModelReferenceProperty property, IList list ) : void | ||
instance | ModelInstance | |
property | ModelReferenceProperty | |
list | IList | |
return | void |
protected OnStopTrackingList ( ModelInstance instance, ModelReferenceProperty property, IList list ) : void | ||
instance | ModelInstance | |
property | ModelReferenceProperty | |
list | IList | |
return | void |
protected SaveInstance ( ModelInstance modelInstance ) : void | ||
modelInstance | ModelInstance | |
return | void |
protected SetIsPendingDelete ( object instance, bool isPendingDelete ) : void | ||
instance | object | |
isPendingDelete | bool | |
return | void |