Click or drag to resize
WayBill Class
Way Bill Class,Used in Create Way Bill Method
Inheritance Hierarchy
SystemObject
  WarehouseServicesWayBill

Namespace: WarehouseServices
Assembly: WarehouseServices (in WarehouseServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class WayBill

The WayBill type exposes the following members.

Constructors
  NameDescription
Public methodWayBill
Initializes a new instance of the WayBill class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyActualWeight
Actual Weight , Mandatory
Public propertyBranch
Branch of the User, Mandatory
Public propertyClientWeight
Client Weight
Public propertyComments
Comments
Public propertyCompany
Company Code,Mandatory
Public propertyContentSdtl
Description of the Content in the Package
Public propertyCustomerId
Customer Id , Mandatory
Public propertyDeclaredValue
Declared Value
Public propertyDeliveryAddress
Address Information of Consignee, Mandatory,This is the object of class Address Info
Public propertyElectronicWeight
Electronic Weight
Public propertyGUIANumber
GUIA Number
Public propertyHeight
Height Of the Package
Public propertyIdtrx
Transaction ID, Mandatory
Public propertyLength
Length of the Package
Public propertyPassword
User Login Password, Mandatory
Public propertyPickUpConsignee
Pickpup Cosignee Id , Mandatory
Public propertyPickupRequestDate
PickUpRequestDate
Public propertyPieces
No.Of Pieces , Mandatory
Public propertyService
Service Id,Mandatory
Public propertyUnitDimension
Dimensional Unit
Public propertyUsername
User Login Id, Mandatory
Public propertyWarehouseid
Warehouse Id
Public propertyWarehouseidloc
Warehouse Location
Public propertyWeightUnit
Weight Unit
Public propertyWidth
Width of the Package
Top
See Also