The ICartellaObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
ContainsField |
Checks to see if the object contains a specicific field by fielod name. to check
| |
Get_Procedure_SelectPagedRelations |
Return the "SelectPagedRelationsProcedure" delegate, by the given target type
| |
Get_Procedure_SelectPositionedRelations |
Return the "SelectPositionedRelationsProcedure" delegate, by the given target type
| |
Get_Procedure_SelectRelations |
Return the "SelectRelationsProcedure" delegate, by the given target type
| |
GetFields |
Get a collection of fields.
(Inherited from IBaseObject.) | |
Initialize | (Inherited from IBaseObject.) | |
RetrieveFullRecord |
Retrieve full content of the object. This method is automatically invoked, when full record retrieval is never
done on the object, and indexer call if performed on the fields key that doesn't exist.
| |
SetupDelegates |
Setup the delegate methods for data communications
| |
StartUpdate |
Suppress update events.
Use "Using" statement to automatically dispose and reset Event update switch.
Put the actual object property changes inside the using block
(Inherited from IBatchUpdatable.) | |
UpdateData |
Sync the data of the object to underlying data record
(Inherited from IBatchUpdatable.) | |
ValidateRules |
Validates instance based on rules stored in the Global Manager.
If validation fails, a Validation Exception will be thrown.
|