Top Method Summary
Options Name Purpose
CopyInstanceAttributes (CopyInstanceAttributesParameter) Invokes the Business Entity Method CopyInstanceAttributes
FetchObjectInstanceAttributes (ISerializable) Invokes the Business Entity Method FetchObjectInstanceAttributes
GetObjectInstanceDesignAttributes (GetObjectInstanceDesignAttributesParameter) Invokes the Business Entity Method GetObjectInstanceDesignAttributes
GetObjectInstancesDesignAttributes (GetObjectInstancesDesignAttributesParameter) Invokes the Business Entity Method GetObjectInstancesDesignAttributes
GetObjectMasterAttributeValue (GetObjectMasterAttributeValueParameter) Invokes the Business Entity Method GetObjectMasterAttributeValue
GetObjectMasterDesignAttribute (GetObjectMasterDesignAttributeParameter) Invokes the Business Entity Method GetObjectMasterDesignAttribute
GetObjectMasterDesignAttributes (GetObjectMasterDesignAttributesParameter) Invokes the Business Entity Method GetObjectMasterDesignAttributes
GetObjectTypeDesignAttribute (GetObjectTypeDesignAttributeParameter) Invokes the Business Entity Method GetObjectTypeDesignAttribute
GetObjectTypeDesignAttributes (GetObjectTypeDesignAttributesParameter) Invokes the Business Entity Method GetObjectTypeDesignAttributes
LOGICAL NewFilter (character) Initializes the Filter for SmartAttributeValue
LOGICAL NewObjectTypeGuidObjectMasterGuidObjectInstanceGuidAttributeLabelFilter (character, character, character, character) Initializes the Filter for SmartAttributeValue
Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel SetAppServerPartition (character) Sets the AppServerPartition value
Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel SetBatchSize (integer) Sets the BatchSize value
Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel SetStopAfter (integer) Sets the StopAfter value
Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel SetTrackingChanges (logical) Sets the TrackingChanges value
Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel SetUseDedicatedBusinessEntity (logical) Sets the UseDedicatedBusinessEntity value
Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel SetUseInterface (UseInterfaceEnum) Sets the UseInterface value
StoreObjectInstanceDesignAttributes (StoreObjectInstanceDesignAttributeParameter) Invokes the Business Entity Method StoreObjectInstanceDesignAttributes
StoreObjectInstancesDesignAttributes (StoreObjectInstanceDesignAttributeParameter) Invokes the Business Entity Method StoreObjectInstancesDesignAttributes
StoreObjectMasterDesignAttributes (StoreObjectMasterDesignAttributeParameter) Invokes the Business Entity Method StoreObjectMasterDesignAttributes
StoreObjectTypeDesignAttributes (StoreObjectTypeDesignAttributeParameter) Invokes the Business Entity Method StoreObjectTypeDesignAttributes

Top Constructor Summary
Options Name Purpose
AttributeValueDatasetModel_Generated () Constructor for the AttributeValueDatasetModel_Generated class

Top Property Summary
Options Name Purpose
CHARACTER EntityName
Consultingwerk.SmartFramework.Repository.Class.SmartAttributeTableModel SmartAttribute
Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueTableModel SmartAttributeValue


Method Detail
Top

CopyInstanceAttributes (CopyInstanceAttributesParameter)

Purpose: Invokes the Business Entity Method CopyInstanceAttributes
Notes: Receives the dataset CopyInstanceAttributes from the backend

Parameters:
poParameter Consultingwerk.SmartFramework.Repository.Class.CopyInstanceAttributesParameter
The Parameter Object for this method
Top

FetchObjectInstanceAttributes (ISerializable)

Purpose: Invokes the Business Entity Method FetchObjectInstanceAttributes
Notes: Receives the dataset FetchObjectInstanceAttributes from the backend

Parameters:
poParameter Consultingwerk.ISerializable
The Parameter Object for this method
Top

GetObjectInstanceDesignAttributes (GetObjectInstanceDesignAttributesParameter)

Purpose: Invokes the Business Entity Method GetObjectInstanceDesignAttributes
Notes: Receives the dataset GetObjectInstanceDesignAttributes from the backend

Parameters:
poParameter Consultingwerk.SmartFramework.Repository.Class.GetObjectInstanceDesignAttributesParameter
The Parameter Object for this method
Top

GetObjectInstancesDesignAttributes (GetObjectInstancesDesignAttributesParameter)

Purpose: Invokes the Business Entity Method GetObjectInstancesDesignAttributes
Notes: Receives the dataset GetObjectInstancesDesignAttributes from the backend

Parameters:
poParameter Consultingwerk.SmartFramework.Repository.Class.GetObjectInstancesDesignAttributesParameter
The Parameter Object for this method
Top

GetObjectMasterAttributeValue (GetObjectMasterAttributeValueParameter)

Purpose: Invokes the Business Entity Method GetObjectMasterAttributeValue
Notes: Receives the dataset GetObjectMasterAttributeValue from the backend

Parameters:
poParameter Consultingwerk.SmartFramework.Repository.Class.GetObjectMasterAttributeValueParameter
The Parameter Object for this method
Top

GetObjectMasterDesignAttribute (GetObjectMasterDesignAttributeParameter)

Purpose: Invokes the Business Entity Method GetObjectMasterDesignAttribute
Notes: Receives the dataset GetObjectMasterDesignAttribute from the backend

Parameters:
poParameter Consultingwerk.SmartFramework.Repository.Class.GetObjectMasterDesignAttributeParameter
The Parameter Object for this method
Top

GetObjectMasterDesignAttributes (GetObjectMasterDesignAttributesParameter)

Purpose: Invokes the Business Entity Method GetObjectMasterDesignAttributes
Notes: Receives the dataset GetObjectMasterDesignAttributes from the backend

Parameters:
poParameter Consultingwerk.SmartFramework.Repository.Class.GetObjectMasterDesignAttributesParameter
The Parameter Object for this method
Top

GetObjectTypeDesignAttribute (GetObjectTypeDesignAttributeParameter)

Purpose: Invokes the Business Entity Method GetObjectTypeDesignAttribute
Notes: Receives the dataset GetObjectTypeDesignAttribute from the backend

Parameters:
poParameter Consultingwerk.SmartFramework.Repository.Class.GetObjectTypeDesignAttributeParameter
The Parameter Object for this method
Top

GetObjectTypeDesignAttributes (GetObjectTypeDesignAttributesParameter)

Purpose: Invokes the Business Entity Method GetObjectTypeDesignAttributes
Notes: Receives the dataset GetObjectTypeDesignAttributes from the backend

Parameters:
poParameter Consultingwerk.SmartFramework.Repository.Class.GetObjectTypeDesignAttributesParameter
The Parameter Object for this method
Top

LOGICAL NewFilter (character)

Purpose: Initializes the Filter for SmartAttributeValue
Notes:

Parameters:
pAttributeValueGuid CHARACTER
The filter value for the eSmartAttributeValue.AttributeValueGuid field
Returns LOGICAL
Logical value indicating if a record is available
Top

LOGICAL NewObjectTypeGuidObjectMasterGuidObjectInstanceGuidAttributeLabelFilter (character, character, character, character)

Purpose: Initializes the Filter for SmartAttributeValue
Notes:

Parameters:
pObjectTypeGuid CHARACTER
The filter value for the eSmartAttributeValue.ObjectTypeGuid field
pObjectMasterGuid CHARACTER
The filter value for the eSmartAttributeValue.ObjectMasterGuid field
pObjectInstanceGuid CHARACTER
The filter value for the eSmartAttributeValue.ObjectInstanceGuid field
pAttributeLabel CHARACTER
The filter value for the eSmartAttributeValue.AttributeLabel field
Returns LOGICAL
Logical value indicating if a record is available
Top

Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel SetAppServerPartition (character)

Purpose: Sets the AppServerPartition value
Notes:

Parameters:
pcPartition CHARACTER
The value for the AppServerPartition property
Returns Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel
The reference to the DatasetModel itself for fluent style coding
Top

Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel SetBatchSize (integer)

Purpose: Sets the BatchSize value
Notes:

Parameters:
piBatchSize INTEGER
The value for the BatchSize property
Returns Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel
The reference to the DatasetModel itself for fluent style coding
Top

Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel SetStopAfter (integer)

Purpose: Sets the StopAfter value
Notes:

Parameters:
piStopAfter INTEGER
The value for the StopAfter property
Returns Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel
The reference to the DatasetModel itself for fluent style coding
Top

Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel SetTrackingChanges (logical)

Purpose: Sets the TrackingChanges value
Notes:

Parameters:
plTrackingChanges LOGICAL
The value for the TrackingChanges property
Returns Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel
The reference to the DatasetModel itself for fluent style coding
Top

Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel SetUseDedicatedBusinessEntity (logical)

Purpose: Sets the UseDedicatedBusinessEntity value
Notes:

Parameters:
plUseDedicatedBusinessEntity LOGICAL
The value for the UseDedicatedBusinessEntity property
Returns Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel
The reference to the DatasetModel itself for fluent style coding
Top

Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel SetUseInterface (UseInterfaceEnum)

Purpose: Sets the UseInterface value
Notes:

Parameters:
poUseInterface Consultingwerk.OERA.UseInterfaceEnum
The value for the UseInterface property
Returns Consultingwerk.SmartFramework.Repository.Class.AttributeValueDatasetModel
The reference to the DatasetModel itself for fluent style coding
Top

StoreObjectInstanceDesignAttributes (StoreObjectInstanceDesignAttributeParameter)

Purpose: Invokes the Business Entity Method StoreObjectInstanceDesignAttributes
Notes: Receives the dataset StoreObjectInstanceDesignAttributes from the backend

Parameters:
poParameter Consultingwerk.SmartFramework.Repository.Class.StoreObjectInstanceDesignAttributeParameter
The Parameter Object for this method
Top

StoreObjectInstancesDesignAttributes (StoreObjectInstanceDesignAttributeParameter)

Purpose: Invokes the Business Entity Method StoreObjectInstancesDesignAttributes
Notes: Receives the dataset StoreObjectInstancesDesignAttributes from the backend

Parameters:
poParameter Consultingwerk.SmartFramework.Repository.Class.StoreObjectInstanceDesignAttributeParameter
The Parameter Object for this method
Top

StoreObjectMasterDesignAttributes (StoreObjectMasterDesignAttributeParameter)

Purpose: Invokes the Business Entity Method StoreObjectMasterDesignAttributes
Notes: Receives the dataset StoreObjectMasterDesignAttributes from the backend

Parameters:
poParameter Consultingwerk.SmartFramework.Repository.Class.StoreObjectMasterDesignAttributeParameter
The Parameter Object for this method
Top

StoreObjectTypeDesignAttributes (StoreObjectTypeDesignAttributeParameter)

Purpose: Invokes the Business Entity Method StoreObjectTypeDesignAttributes
Notes: Receives the dataset StoreObjectTypeDesignAttributes from the backend

Parameters:
poParameter Consultingwerk.SmartFramework.Repository.Class.StoreObjectTypeDesignAttributeParameter
The Parameter Object for this method


Constructor Detail
Top

AttributeValueDatasetModel_Generated ()

Purpose: Constructor for the AttributeValueDatasetModel_Generated class
Notes:



Property Detail
Top

CHARACTER EntityName


Returns CHARACTER
Top

Consultingwerk.SmartFramework.Repository.Class.SmartAttributeTableModel SmartAttribute


Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeTableModel
Top

Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueTableModel SmartAttributeValue


Returns Consultingwerk.SmartFramework.Repository.Class.SmartAttributeValueTableModel


Temp-Table Detail


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:08:48