Template:API TxtIdentifiers: Difference between revisions
Kate Racaza (talk | contribs) (Created page with 'ItemCategoryID||''Integer''. Gets or sets the category ID. |- |ItemPartNumber||''String''. Gets or sets the part number. |- |ItemVersion||''String''. Gets or sets the version n…') |
Kate Racaza (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
|ItemComments||''String''. Gets or sets the comments. | |ItemComments||''String''. Gets or sets the comments. | ||
|- | |- | ||
|ItemKeywords||''String''. Gets or sets the keywords. | |ItemKeywords||''String''. Gets or sets the keywords.<noinclude>[[Category:Templates]]{{Template:API_TxtIdentifiers/documentation}}</noinclude> |
Revision as of 17:23, 30 July 2015
ItemCategoryID||Integer. Gets or sets the category ID. |- |ItemPartNumber||String. Gets or sets the part number. |- |ItemVersion||String. Gets or sets the version number. |- |ItemSupplier||String. Gets or sets the supplier name. |- |ItemApplication||String. Gets or sets the application. |- |ItemDescription||String. Gets or sets the description. |- |ItemComments||String. Gets or sets the comments. |-
|ItemKeywords||String. Gets or sets the keywords.
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 |
---|---|
ItemCategoryID | Integer. Gets or sets the category ID. |
ItemPartNumber | String. Gets or sets the part number. |
ItemVersion | String. Gets or sets the version number. |
ItemSupplier | String. Gets or sets the supplier name. |
ItemApplication | String. Gets or sets the application. |
ItemDescription | String. Gets or sets the description. |
ItemComments | String. Gets or sets the comments. |
ItemKeywords | String. Gets or sets the keywords. |