Template:API TxtIdentifiers/documentation: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Created page with '__NOTOC__<div style="background-color: #DBE9F4;"> ={{Font|Template Documentation|16|Calibri|bold|black}}= Starting in Synthesis Version 10, there is now one standard set of it…') |
Kate Racaza (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
={{Font|Template Documentation|16|Calibri|bold|black}}= | ={{Font|Template Documentation|16|Calibri|bold|black}}= | ||
This template is used in the reference pages of all resource objects. It contains a list of all properties (in wiki table format) that correspond to the Synthesis identifiers introduced in Version 10. | |||
==Usage== | ==Usage== | ||
Below is an example of how to use this template. The code shows the template being inserted into a table row. | |||
<pre> | <pre> | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
|{{Template:API_TxtIdentifiers}} | |||
|} | |} | ||
</pre> | </pre> | ||
Line 23: | Line 21: | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
|{{Template:API_TxtIdentifiers}} | |||
|} | |} | ||
Latest revision as of 17:07, 9 September 2015
Template Documentation
This template is used in the reference pages of all resource objects. It contains a list of all properties (in wiki table format) that correspond to the Synthesis identifiers introduced in Version 10.
Usage
Below is an example of how to use this template. The code shows the template being inserted into a table row.
{| {{APITable}} |- |{{Template:API_TxtIdentifiers}} |}
The output of this code is as follows:
Name | Description |
---|---|
ItemApplication | Gets or sets the item's application. (Synthesis identifier) String |
ItemCategoryID | Gets or sets the category ID. (Synthesis identifier) Integer |
ItemComments | Gets or sets the comments. (Synthesis identifier) String |
ItemDescription | Gets or sets the description. (Synthesis identifier) String |
ItemKeywords | Gets or sets the keywords. (Synthesis identifier) String |
ItemPartNumber | Gets or sets the part number. (Synthesis identifier) String |
ItemSupplier | Gets or sets the supplier name. (Synthesis identifier) String |
ItemVersion | Gets or sets the version number. (Synthesis identifier) String |