Template:API TxtIdentifiers: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
ItemApplication||Gets or sets the application. '''String'''
ItemApplication||Gets or sets the item's application. (Synthesis identifier) '''String'''
|-
|-
|ItemCategoryID||Gets or sets the category ID. '''Integer'''
|ItemCategoryID||Gets or sets the category ID. (Synthesis identifier) '''Integer'''
|-
|-
|ItemComments||Gets or sets the comments. '''String'''
|ItemComments||Gets or sets the comments. (Synthesis identifier) '''String'''
|-
|-
|ItemDescription||Gets or sets the description. '''String'''
|ItemDescription||Gets or sets the description. (Synthesis identifier) '''String'''
|-
|-
|ItemKeywords||Gets or sets the keywords. '''String'''
|ItemKeywords||Gets or sets the keywords. (Synthesis identifier) '''String'''
|-
|-
|ItemPartNumber||Gets or sets the part number. '''String'''
|ItemPartNumber||Gets or sets the part number. (Synthesis identifier) '''String'''
|-
|-
|ItemSupplier||Gets or sets the supplier name. '''String'''
|ItemSupplier||Gets or sets the supplier name. (Synthesis identifier) '''String'''
|-
|-
|ItemVersion||Gets or sets the version number. '''String'''<noinclude>[[Category:Templates]]{{Template:API_TxtIdentifiers/documentation}}</noinclude>
|ItemVersion||Gets or sets the version number. (Synthesis identifier) '''String'''<noinclude>[[Category:Templates]]{{Template:API_TxtIdentifiers/documentation}}</noinclude>

Latest revision as of 23:24, 8 September 2015

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