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