Click or drag to resize

IdentificationNumberItem Class

IdentificationNumberItem data object.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.Shared.Common.IdentificationNumberIdentificationNumberItem

Namespace:  ASI.TAM.API.Data.UI.Shared.Common.IdentificationNumber
Assembly:  ASI.TAM.API.Data.UI.Shared (in ASI.TAM.API.Data.UI.Shared.dll) Version: 2021.1.0.1
Syntax
public sealed class IdentificationNumberItem

The IdentificationNumberItem type exposes the following members.

Properties
  NameDescription
Public propertyCountry
This is just for read-only purpose.
Public propertyDescription
On Insert, Description is defaulted if the value is blank. However on Update, no defaulting is done.
Public propertyExpirationDate
ExpirationDate is allowed only for certain IdentificationNumberTypes. For the rest this value is ignored.
Public propertyFlag
Used to choose what action to apply to [item].
Public propertyIdentificationNumber
IdentificationNumber
Public propertyIdentificationNumberID
Unique identifier used to specify the IdentificationNumber.
Public propertyRating
Rating is allowed only for certain IdentificationNumberTypes. For the rest this value is ignored.
Public propertyStateProvinceCode
StateProvinceCode is allowed only for certain IdentificationNumberTypes. For the rest this value is ignored. Lookup: StateProvince Auto-Validated.
Public propertyStatusOption
StatusOption
Public propertyType
Type Lookup: IdentificationNumberType Auto-Validated.
Top
Remarks