|
Options |
Name |
Purpose |
|
|
|
CopyInstanceAttributes (dataset, CopyInstanceAttributesParameter)
|
Copies instance attributes from one instance to another
|
|
|
F
|
FetchData (IFetchDataRequest, dataset)
|
Fetch data from the Data Access object
|
|
|
|
FetchDataByKeyTable (dataset, IFetchDataByKeyTableParameter)
|
Supports to retrieve multiple DB records from a Business Entity based on
a temp-table with key values
|
|
|
F
|
FetchDataByReference (IFetchDataRequest, dataset)
|
Fetch data from the Data Access object
|
|
|
|
FetchObjectInstanceAttributes (dataset-handle, ISerializable)
|
Fetches Object Instance Attributes
|
|
|
|
FetchObjectMasterAttributes (dataset-handle, ISerializable)
|
Fetches Object Master Attributes
|
|
|
|
GetObjectInstanceDesignAttributes (dataset, GetObjectInstanceDesignAttributesParameter)
|
Returns the Design Time Attributes for the given SmartObjectInstance
|
|
|
|
GetObjectInstancesDesignAttributes (dataset-handle, GetObjectInstancesDesignAttributesParameter)
|
Returns the Design Time Attributes for the given SmartObjectInstances
|
|
|
|
GetObjectMasterAttributeValue (dataset-handle, GetObjectMasterAttributeValueParameter)
|
Returns a single SmartAttributeValue record to the client
|
|
|
|
GetObjectMasterDesignAttribute (dataset, GetObjectMasterDesignAttributeParameter)
|
Returns a single SmartAttributeValue record to the client
|
|
|
|
GetObjectMasterDesignAttributes (dataset, GetObjectMasterDesignAttributesParameter)
|
Returns the Design Time Attributes for the given SmartObjectMaster
|
|
|
|
GetObjectTypeDesignAttribute (dataset, GetObjectTypeDesignAttributeParameter)
|
Returns a single SmartAttributeValue record to the client
|
|
|
|
GetObjectTypeDesignAttributes (dataset, GetObjectTypeDesignAttributesParameter)
|
Returns the Design Time Attributes for the given SmartObjectType
|
|
|
|
GetUnsupportedAttributes (dataset, ISerializable)
|
Determines unsupported attribute records
|
|
|
|
ReceiveData ()
|
Provides a hook to modify data in the ProDataset after Read and
Update operations (i.e. population of aggregated values)
|
|
|
|
RemoveUnsupportedAttributesForInstance (character, character, character)
|
Removes all SmartAttributeValue records that are not supported
by the object type of the instance
|
|
|
|
RemoveUnsupportedAttributesForMaster (character, character)
|
Removes all SmartAttributeValue records that are not supported
by the object type of the master
|
|
|
|
StoreObjectInstanceDesignAttributes (dataset, StoreObjectInstanceDesignAttributeParameter)
|
Stores modified attribute values for an object instance
|
|
|
|
StoreObjectInstancesDesignAttributes (dataset, Object)
|
Stores modified attribute values for multiple object instances
|
|
|
|
StoreObjectMasterAttributes (dataset-handle, ISerializable)
|
Stores Object Master Attributes
|
|
|
|
StoreObjectMasterDesignAttributes (dataset, StoreObjectMasterDesignAttributeParameter)
|
Stores modified attribute values for an object master
|
|
|
|
StoreObjectTypeDesignAttributes (dataset, StoreObjectTypeDesignAttributeParameter)
|
Stores modified attribute values for an object type
|
|
|
|
ValidateData ()
|
Provides a hook for high level data validation before Update
operations
|