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: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class 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