Show / Hide Table of Contents

Class ShipToLocation

Wraps a ship-to-location.

Inheritance
System.Object
JTObject
ShipToLocation
Inherited Members
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 ShipToLocation : JTObject

Constructors

ShipToLocation(Int32)

Creates an object intended to be used to update an ship-to location.

Declaration
public ShipToLocation(int shipToLocationId_)
Parameters
Type Name Description
System.Int32 shipToLocationId_

Identifies an existing ship-to location.

ShipToLocation(String)

Creates an object intended to be used to create a new ship-to location.

Declaration
public ShipToLocation(string shipToLocationName_)
Parameters
Type Name Description
System.String shipToLocationName_

Name to use for the new shipToLocation.

Properties

Address

Address of this ship-to location.

Declaration
public Address Address { get; set; }
Property Value
Type Description
Address

IsInactive

Indicates whether the ship-to location has been marked inactive.

Declaration
public bool IsInactive { get; set; }
Property Value
Type Description
System.Boolean

SeqNum

Sequence number.

Declaration
public int SeqNum { get; }
Property Value
Type Description
System.Int32

ShipToLocationId

Identifies the ship-to location.

Declaration
public int ShipToLocationId { get; }
Property Value
Type Description
System.Int32

ShipToLocationName

Name of the ship-to location.

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

Methods

ToString()

Uses the ShipToLocationName.

Declaration
public override string ToString()
Returns
Type Description
System.String

The ShipToLocationName.

Overrides
System.Object.ToString()
Back to top Generated by DocFX