Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
3500:0300:0318 [2026/08/13 00:55] – ↷ Links adapted because of a move operation localdev3500:0300:0318 [2026/08/13 02:57] (current) – external edit 127.0.0.1
Line 3: Line 3:
 ==== IEntityTemplate interface ==== ==== IEntityTemplate interface ====
  
-IEntityTemplate represents the instance of the business object before it has been added to the database. As such it does not have the unique ID and some other attributes assigned to the instance of the business object automatically by the system. The main usage of this interface is to set initial values of an instance when using the ''[[pr_methods:createentityfromtemplate|createEntityFromTemplate]]'' method in the [[3500:0300:0315|IExecutionEngine]] interface.+IEntityTemplate represents the instance of the business object before it has been added to the database. As such it does not have the unique ID and some other attributes assigned to the instance of the business object automatically by the system. The main usage of this interface is to set initial values of an instance when using the ''[[ref:p_m:createentityfromtemplate|createEntityFromTemplate]]'' method in the [[3500:0300:0315|IExecutionEngine]] interface.
  
-The interface exposes ''[[pr_methods:getname|getName]]'', ''[[pr_methods:getattributevalue|getAttributeValue]]'', ''[[pr_methods:setattributevalue|setAttributeValue]]'', ''[[pr_methods:getreferences|getReferences]]'' and ''[[pr_methods:setreferences|setReferences]]'' methods. Their signatures and purpose is identical to the corresponding methods in the [[3500:0300:0317|IEntity]] interface.+The interface exposes ''[[ref:p_m:getname|getName]]'', ''[[ref:p_m:getattributevalue|getAttributeValue]]'', ''[[ref:p_m:setattributevalue|setAttributeValue]]'', ''[[ref:p_m:getreferences|getReferences]]'' and ''[[ref:p_m:setreferences|setReferences]]'' methods. Their signatures and purpose is identical to the corresponding methods in the [[3500:0300:0317|IEntity]] interface.