Click or drag to resize

Address Class

Stores an address.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.SharedAddress
Namespace:  ASI.TAM.API.Data.UI.Shared
Assembly:  ASI.TAM.API.Data.UI.Shared (in ASI.TAM.API.Data.UI.Shared.dll) Version: 2020.1.0.1
Syntax
public sealed class Address

The Address type exposes the following members.

Properties
  NameDescription
Public propertyCity
City
Public propertyCountryCode
CountryCode (CAN and USA have special logic) Lookup: Country
Public propertyCounty
County (has special validation rules if country is UK)
Public propertyStateOrProvinceCode
StateOrProvinceCode (has special validation rules if the country is CAN or USA and is not valid when country is UK) Lookup: StateProvince
Public propertyStreet1
First row of the Street address (refers to address 1 field when country is UK)
Public propertyStreet2
Second row of the Street address (refers to address 2 field when country is UK)
Public propertyStreet3
Third row of the Street address (refers to address 3 field when country is UK)
Public propertyZipOrPostalCode
ZipOrPostalCode (has special validation rules if the country is CAN or USA and refers to Postcode when country is UK)
Top
Remarks
Depending on the region Epic is being used in, the property names may not directly match the screen labels, and some fields may be validated differently.
See Also