Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Wasabi.Data.PhoneNumberSerial

serial class Wasabi.Data.PhoneNumberSerial extends %Library.SerialObject, %XML.Adaptor

Property Inventory

Properties

property CountryCode as %String;
Property methods: CountryCodeDisplayToLogical(), CountryCodeGet(), CountryCodeIsValid(), CountryCodeLogicalToDisplay(), CountryCodeLogicalToOdbc(), CountryCodeNormalize(), CountryCodeSet()
property Extension as %String;
Property methods: ExtensionDisplayToLogical(), ExtensionGet(), ExtensionIsValid(), ExtensionLogicalToDisplay(), ExtensionLogicalToOdbc(), ExtensionNormalize(), ExtensionSet()
property PhoneNumberSerial as %String;
Property methods: PhoneNumberSerialDisplayToLogical(), PhoneNumberSerialGet(), PhoneNumberSerialIsValid(), PhoneNumberSerialLogicalToDisplay(), PhoneNumberSerialLogicalToOdbc(), PhoneNumberSerialNormalize(), PhoneNumberSerialSet()
property Type as %String (VALUELIST = ",HOME,BUSINESS,CELL");
Property methods: TypeDisplayToLogical(), TypeGet(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab