Class VCardAddress
Namespace: Aurigma.DesignAtoms.Model.vCard
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class VCardAddress
Inheritance: System.Object -> VCardAddress
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetTypeSystem.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
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.vCard.VCardAddress | other |
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