Skip to main content

Class VCardAddress

Namespace: Aurigma.DesignAtoms.Model.vCard
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public 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

Constructors

VCardAddress

public VCardAddress()

Properties

Types

public List<VCardAddressType> Types { get; set; }

POBox

public string POBox { get; set; }

ExtendedAddress

public string ExtendedAddress { get; set; }

Address

public string Address { get; set; }

Locality

public string Locality { get; set; }

State

public string State { get; set; }

ZipCode

public string ZipCode { get; set; }

Country

public string Country { get; set; }

IsEmpty

public bool IsEmpty { get; }

Methods

Equals

public bool Equals(VCardAddress other)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.vCard.VCardAddressother
Returns

System.Boolean

Clone

public VCardAddress Clone()
Returns

Aurigma.DesignAtoms.Model.vCard.VCardAddress

GetHashCode

public override int GetHashCode()
Returns

System.Int32

Overrides
  • System.Object.GetHashCode
Was this page helpful?