Class JobContact
Wraps a job contact.
Inheritance
System.Object
JobContact
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 JobContact
Constructors
JobContact(Int32)
Creates a new Contact.
Declaration
public JobContact(int contactId_)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | contactId_ | Id of the account contact. |
Properties
Address
Contact address.
Declaration
public Address Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Address |
ContactId
Contact id.
Declaration
public int ContactId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |