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()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class VCardAddress
Constructors
VCardAddress()
Declaration
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
ZipCode
Declaration
public string ZipCode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Clone()
Declaration
public VCardAddress Clone()
Returns
Equals(VCardAddress)
Declaration
public bool Equals(VCardAddress other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.Object.GetHashCode()