Template:API TxtIdentifiers

From ReliaWiki
Revision as of 23:24, 8 September 2015 by Kate Racaza (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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


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