Back to Website
Show / Hide Table of Contents

Class VCardAddress

Package: @aurigma/design-atoms-model

Constructors

(constructor)(address)

Constructs a new instance of the VCardAddress class

Declaration
constructor(address?: IVCardAddress);
Parameters
Type Name Description
IVCardAddress address

Properties

address

Declaration
address?: string;
Property Value
Type Description
string

country

Declaration
country?: string;
Property Value
Type Description
string

extendedAddress

Declaration
extendedAddress?: string;
Property Value
Type Description
string

isEmpty

Declaration
get isEmpty(): boolean;
Property Value
Type Description
boolean

locality

Declaration
locality?: string;
Property Value
Type Description
string

POBox

Declaration
POBox?: string;
Property Value
Type Description
string

state

Declaration
state?: string;
Property Value
Type Description
string

type

Declaration
type?: VCardAddressType[];
Property Value
Type Description
VCardAddressType[]

zipCode

Declaration
zipCode?: string;
Property Value
Type Description
string

Methods

equals(other)

Declaration
equals(other: IVCardAddress): boolean;
Parameters
Type Name Description
IVCardAddress other
Returns
Type Description
boolean

fromVCardValue(vCardAddress, meta)

Declaration
static fromVCardValue(vCardAddress: string[], meta: IAddressMetadata): VCardAddress;
Parameters
Type Name Description
string[] vCardAddress
IAddressMetadata meta
Returns
Type Description
VCardAddress

toVCardValue()

Declaration
toVCardValue(): string[];
Returns
Type Description
string[]
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback