TLogisticsDeliveryNote - Interface
| TLogisticsDeliveryNote = class (TLogistics) | Interface de TLogisticsDeliveryNote | Exemples de TLogisticsDeliveryNote |
| Constructeurs/Destructeur | |||
|---|---|---|---|
| constructor | ConnectByDeliveryCode | inherited | Description de ConnectByDeliveryCode |
| constructor | ConnectByHistoryID | inherited | Description de ConnectByHistoryID |
| constructor | ConnectByID | inherited | Description de ConnectByID |
| constructor | Create | inherited | Description de Create |
| destructor | Destroy | inherited virtual | Détruit l'instance de l'objet. |
| Propriétés | |||
| property | ArrivalDate : Float | read write inherited | Date de réception (ou expédition) |
| property | Carrier : TLogisticsLocation | read write inherited | Transporteur |
| property | Consignee : TLogisticsLocation | read write inherited | Tiers de destination |
| property | ConsigneeNature : TThirdPartyNature | read write inherited | Nature du tiers de destination |
| property | Container[] : TLogisticsContainer | read inherited | Description de Container |
| property | Data : TStrings | read write inherited | Gestion d'une liste de données |
| property | DeliveryCode : String | read write inherited | Code du bon de livraison ou du bon de réception |
| property | FlowType : TLogisticsFlowType | read write inherited | Description de FlowType |
| property | ID : Integer | read inherited | Description de ID |
| property | LicencePlate : String | read write inherited | Immatriculation |
| property | LoadingDate : Float | read write inherited | Date de chargement |
| property | Shipper : TLogisticsLocation | read write inherited | Gestion de l'origine du tiers |
| property | ShipperNature : TThirdPartyNature | read write inherited | Nature du tiers de destination |
| property | ShippingDate : Float | read write inherited | Description de ShippingDate |
| property | Site : String | read write inherited | Gestion du site |
| property | UnloadingDate : Float | read write inherited | Date de déchargement |
| Méthodes | |||
| function | AddContainer : TLogisticsContainer | inherited | Description de AddContainer |
| function | AsJSON : String | inherited | Description de AsJSON |
| class function | ClassName : String | inherited | Retourne le nom de la classe au format chaîne |
| class function | ClassParent : TClass | inherited | Classe parent de la classe |
| class function | ClassType : TClass | inherited | Retourne la métaclasse d'une classe |
| function | ContainerCount : Integer | inherited | Description de ContainerCount |
| procedure | Free | inherited | Détruit l'instance de l'objet si non-nil |
| function | HistorizeAndClear : Integer | inherited | Description de HistorizeAndClear |
| procedure | LoadFromJSON | inherited | Description de LoadFromJSON |
| procedure | Post | inherited | Description de Post |