Class TangibleItemType
Used for describing vehicles
Inherited Members
Namespace: Veds
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class TangibleItemType : ItemType
Fields
| Edit this page View SourceItemMakeName
Indicates vehicle make, e.g., Cadillac, Ford
Declaration
public ProperNameTextType ItemMakeName
Field Value
Type | Description |
---|---|
ProperNameTextType |
ItemModelName
Indicates vehicle model, e.g., Escalade, Taurus
Declaration
public ProperNameTextType ItemModelName
Field Value
Type | Description |
---|---|
ProperNameTextType |
ItemModelYearDate
Indicates vehicle model year, e.g., 2002
Declaration
public gYear ItemModelYearDate
Field Value
Type | Description |
---|---|
gYear |
Items
Specifies the primary and/or secondary vehicle colors
Declaration
public TextType[] Items
Field Value
Type | Description |
---|---|
TextType[] |
ItemsElementName
Declaration
public ItemsChoiceType[] ItemsElementName
Field Value
Type | Description |
---|---|
ItemsChoiceType[] |