The IExtensibleObject type exposes the following members.

Methods

  NameDescription
Public methodContainsField
Checks to see if the object contains a specicific field by fielod name. to check
(Inherited from ICartellaObject.)
Public methodGet_Procedure_SelectPagedRelations
Return the "SelectPagedRelationsProcedure" delegate, by the given target type
(Inherited from ICartellaObject.)
Public methodGet_Procedure_SelectPositionedRelations
Return the "SelectPositionedRelationsProcedure" delegate, by the given target type
(Inherited from ICartellaObject.)
Public methodGet_Procedure_SelectRelations
Return the "SelectRelationsProcedure" delegate, by the given target type
(Inherited from ICartellaObject.)
Public methodGetFields
Get a collection of fields.
(Inherited from IBaseObject.)
Public methodInitialize (Inherited from IBaseObject.)
Public methodRetrieveFullRecord
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.
(Inherited from ICartellaObject.)
Public methodSetupDelegates
Setup the delegate methods for data communications
(Inherited from ICartellaObject.)
Public methodStartUpdate
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.)
Public methodUpdateData
Sync the data of the object to underlying data record
(Inherited from IBatchUpdatable.)
Public methodValidateRules
Validates instance based on rules stored in the Global Manager. If validation fails, a Validation Exception will be thrown.
(Inherited from ICartellaObject.)

Properties

  NameDescription
Public propertyAdditionalProperties
Public propertyCreationDate
Get the Creation Date of the object
(Inherited from IDatedUniqueObject.)
Public propertyCreationUser
Get the Creation User of the object
(Inherited from ICartellaObject.)
Public propertyCreationUserID
Get the ID of the Creation User
(Inherited from ICartellaObject.)
Public propertyDeleted
Get, set the delete status of current object
(Inherited from ICartellaObject.)
Public propertyEditable
Test if this object is editable by the current user.
(Inherited from ICartellaObject.)
Public propertyID
Get ID of the object
(Inherited from IUniqueObject.)
Public propertyIsDirty
Find out if the object fields values has been changes, but not yet synced to underlying data record.
(Inherited from ICartellaObject.)
Public propertyIsNewObject (Inherited from IBaseObject.)
Public propertyItem
Indexer. Get, set field value by field name.
(Inherited from IBaseObject.)
Public propertyLastUpdatedDate
Get the Last Update Date of the object
(Inherited from IDatedUniqueObject.)
Public propertyLastUpdatedUser
Get the Last Update User of the object
(Inherited from ICartellaObject.)
Public propertyName
Get, set Name of the object
(Inherited from IUniqueObject.)
Public propertyProcedure_FullRecordRetrieval
Get , set the delegate pointing to the data method for performing full record retrieval
(Inherited from ICartellaObject.)
Public propertyProcedure_Insert
Get and set delegate for creating an object that has no id
(Inherited from ICartellaObject.)
Public propertyProcedure_Restore
Get, set the delegate pointing to the data method for performing restore method if the underlying data table support delete status.
(Inherited from ICartellaObject.)
Public propertyProcedure_Update
Get , set the delegate pointing to the data method for performing update to database, base on current object field values
(Inherited from ICartellaObject.)
Public propertyProcedures_SelectPagedRelations
Get, set the dictionary of delegates, pointing to the data method for performing selection of PagedRelations (lazy loading relations) The dictionary is indexed by type of target for the relations object to retrieve.
(Inherited from ICartellaObject.)
Public propertyProcedures_SelectPositionedRelations
Get, set the dictionary of delegates, pointing to the data method for performing selection of PositionedRelations (relation with specific position information for each item). The dictionary is indexed by type of target for the relations object to retrieve.
(Inherited from ICartellaObject.)
Public propertyProcedures_SelectRelations
Get, set the dictionary of delegates, pointing to the data method for performing relation selections. The dictionary is indexed by type of target for the relations object to retrieve.
(Inherited from ICartellaObject.)
Public propertyStopEventUpdate
Switch to determine if event update is allowed. When "StartUpdate" is invoked, this will be set to true, thus stop all update events When the result of "StartUpdate" is disposded, the value reset to false
(Inherited from IBatchUpdatable.)
Public propertyUniqueIdField
Get Unique ID field in field collection.
(Inherited from IBaseObject.)

Events

  NameDescription
Public eventFullRecordRetrieved
Event to fire when the full content of this object is retrieved. This event will only get triggered, if the object is partially constructed.
(Inherited from ICartellaObject.)
Public eventObjectPreValidation
Event to fire preceeding object validation.
(Inherited from ICartellaObject.)
Public eventObjectUpdated
Event to fire when the update field values are updated
(Inherited from ICartellaObject.)

See Also