Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Wasabi.Data.Address

abstract class Wasabi.Data.Address extends Wasabi.Person.API.AddressUtils

Property Inventory

Method Inventory

Properties

property City as %String;
Property methods: CityDisplayToLogical(), CityGet(), CityIsValid(), CityLogicalToDisplay(), CityLogicalToOdbc(), CityNormalize(), CitySet()
property Country as %String [ InitialExpression = "USA" ];
Property methods: CountryDisplayToLogical(), CountryGet(), CountryIsValid(), CountryLogicalToDisplay(), CountryLogicalToOdbc(), CountryNormalize(), CountrySet()
property PostalCode as %String;
Property methods: PostalCodeDisplayToLogical(), PostalCodeGet(), PostalCodeIsValid(), PostalCodeLogicalToDisplay(), PostalCodeLogicalToOdbc(), PostalCodeNormalize(), PostalCodeSet()
property Region as %String;
Property methods: RegionDisplayToLogical(), RegionGet(), RegionIsValid(), RegionLogicalToDisplay(), RegionLogicalToOdbc(), RegionNormalize(), RegionSet()
property Street1 as %String [ Required ];
Property methods: Street1DisplayToLogical(), Street1Get(), Street1IsValid(), Street1LogicalToDisplay(), Street1LogicalToOdbc(), Street1Normalize(), Street1Set()
property Street2 as %String;
Property methods: Street2DisplayToLogical(), Street2Get(), Street2IsValid(), Street2LogicalToDisplay(), Street2LogicalToOdbc(), Street2Normalize(), Street2Set()
property Type as %String (VALUELIST = ",Home,Shipping,Billing");
Flesh Out Values
Property methods: TypeDisplayToLogical(), TypeGet(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()

Methods

method CopyFrom(addr As %RegisteredObject)

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab