Show / Hide Table of Contents

Class DBC.SListShipmentFields

Fields for SListShipment, A connector between shipment and list so that one shipment can have many lists, and one list can have many shipments

Inheritance
object
DBC.SListShipmentFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.SListShipmentFields

Fields

ListId

SListShipment.ListId: Reference to the list

Declaration
public const string ListId = "list_id"
Field Value
Type Description
string

SListShipmentId

SListShipment.SListShipmentId: Primary key

Declaration
public const string SListShipmentId = "id"
Field Value
Type Description
string

ShipmentId

SListShipment.ShipmentId: Reference to the shipment

Declaration
public const string ShipmentId = "shipment_id"
Field Value
Type Description
string

Status

SListShipment.Status: Status of shipment list

Declaration
public const string Status = "status"
Field Value
Type Description
string

Type

SListShipment.Type: Indicates if this is a static/dynamic spmlist or a selection

Declaration
public const string Type = "type"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top