Properties
copy linkIntroduction
This chapter describes the methods for managing the public properties of a document using the reflection methods provided by the Document Orientation framework.
Get Property | Returns a property of the document referenced by index |
Set Property | Sets a property of the document referenced by index |
Get Property Index | Returns the index of a document property |
To Property Index | Returns the index of a property and can only be used within the document's class |
Get Original Value | Returns the original value of a document property referenced by index |
Set Original Value | Sets the original value of a document property referenced by index |
Get Schema Name | An event fired by the framework before retrieving the extended document schema |
Get Named Property Definition | Returns the definition of a named property |
Get Named Property Value | Returns the value of a named property of the document |
Set Named Property Value | Sets the value of a named property of the document |
On Get Named Property Definition | Event raised to the document to determine the definition of a named property |
On Get Named Property Value | Event raised to the document to determine the value of a named property |
On Set Named Property Value | Event raised to the document to set the value of a named property |
Get Collection | Returns a collection of the document identifying it by index |
Get Object Property | Returns an object-type property of the document referenced by index |
Get Private Property | Returns a private property of the document referenced by index |
Set Object Property | Sets an object-type property of the document referenced by index |
Set Private Property | Sets a private property of the document referenced by index |
Changed on: 15/12/2022 / From version: 6.5.2680