Show / Hide Table of Contents

Class Address

Represents the postal address of a location.

Inheritance
Object
Address
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Address

Properties

AddressType

Gets the type of address (e.g., home, office, etc.). The value may come from a controlled vocabulary.

Declaration
public CodeValue AddressType { get; set; }
Property Value
Type Description
CodeValue

City

Gets or sets the city.

Declaration
public string City { get; set; }
Property Value
Type Description
String

The city.

Country

The country

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

Line

Gets or sets the street address.

Declaration
public string Line { get; set; }
Property Value
Type Description
String

The line.

Postal

Gets or sets the postal code.

Declaration
public string Postal { get; set; }
Property Value
Type Description
String

The postal code.

State

Gets or sets the state.

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

The state.

In This Article
Back to top Generated by DocFX