Show / Hide Table of Contents

Class Address

Wraps address information.

Inheritance
System.Object
JTObject
Address
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.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class Address : JTObject

Constructors

Address()

Creates a new Address object.

Declaration
public Address()

Properties

AddressLine1

AddressLine1.

Declaration
public string AddressLine1 { get; set; }
Property Value
Type Description
System.String

AddressLine2

AddressLine2.

Declaration
public string AddressLine2 { get; set; }
Property Value
Type Description
System.String

Cell

Cell phone.

Declaration
public string Cell { get; set; }
Property Value
Type Description
System.String

City

City.

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

ContactName

Name of the contact for this address.

Declaration
public string ContactName { get; set; }
Property Value
Type Description
System.String

Country

Country.

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

Email

Email.

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String

Fax

Fax.

Declaration
public string Fax { get; set; }
Property Value
Type Description
System.String

Notes

Notes.

Declaration
public string Notes { get; set; }
Property Value
Type Description
System.String

Phone

Phone number.

Declaration
public string Phone { get; set; }
Property Value
Type Description
System.String

Phone2

Secondary phone number.

Declaration
public string Phone2 { get; set; }
Property Value
Type Description
System.String

State

State.

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

Zip

Zip.

Declaration
public string Zip { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX