Click or drag to resize

IShipmentTypeReservation Interface

Represents a ShipmentTypeReservation record.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface IShipmentTypeReservation

The IShipmentTypeReservation type exposes the following members.

Properties
  NameDescription
Public propertyId
Id of ShipmentTypeReservation record
Public propertyRegisteredAssociateId
The associate id of the user that created the object
Public propertyRegisteredDate
The date the object was saved to the database.
Public propertyShipmentTypeId
ShipmentType id
Public propertyShipmentTypeName
ShipmentType Name - Localized name
Public propertyUpdatedAssociateId
The associate id of the user that last updated the object
Public propertyUpdatedDate
The date of the most recent update.
Top
See Also