Show / Hide Table of Contents

Class DBC.ShipmentTypeReservationFields

Fields for ShipmentTypeReservation, ShipmentTypes a person has reserved against. Note that the absense of a record here implies acceptance of a mailings of this type

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

Fields

PersonId

ShipmentTypeReservation.PersonId: Owning person

Declaration
public const string PersonId = "person_id"
Field Value
Type Description
string

Registered

ShipmentTypeReservation.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

ShipmentTypeReservation.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

ShipmentTypeId

ShipmentTypeReservation.ShipmentTypeId: Shipment type to reserve against

Declaration
public const string ShipmentTypeId = "ShipmentType_id"
Field Value
Type Description
string

ShipmentTypeReservationId

ShipmentTypeReservation.ShipmentTypeReservationId: Primary key

Declaration
public const string ShipmentTypeReservationId = "ShipmentTypeReservation_id"
Field Value
Type Description
string

Updated

ShipmentTypeReservation.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

ShipmentTypeReservation.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

ShipmentTypeReservation.UpdatedCount: Number of updates made to this record

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