Back to Website
Show / Hide Table of Contents

Class VCardAddress

Inheritance
System.Object
VCardAddress
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.vCard
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class VCardAddress

Constructors

VCardAddress()

Declaration
public VCardAddress()

Properties

Address

Declaration
public string Address { get; set; }
Property Value
Type Description
System.String

Country

Declaration
public string Country { get; set; }
Property Value
Type Description
System.String

ExtendedAddress

Declaration
public string ExtendedAddress { get; set; }
Property Value
Type Description
System.String

IsEmpty

Declaration
public bool IsEmpty { get; }
Property Value
Type Description
System.Boolean

Locality

Declaration
public string Locality { get; set; }
Property Value
Type Description
System.String

POBox

Declaration
public string POBox { get; set; }
Property Value
Type Description
System.String

State

Declaration
public string State { get; set; }
Property Value
Type Description
System.String

Types

Declaration
public List<VCardAddressType> Types { get; set; }
Property Value
Type Description
System.Collections.Generic.List<VCardAddressType>

ZipCode

Declaration
public string ZipCode { get; set; }
Property Value
Type Description
System.String

Methods

Clone()

Declaration
public VCardAddress Clone()
Returns
Type Description
VCardAddress

Equals(VCardAddress)

Declaration
public bool Equals(VCardAddress other)
Parameters
Type Name Description
VCardAddress other
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()
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