ILinkedItemEntity Interface |
Class representing a linked item entity A linked item is attached to an other item, and automatically inserted into a document
(Article lié)
Namespace: EBP.Api.Interfaces.Invoicing.Module.Entities.Item
The ILinkedItemEntity type exposes the following members.
| Name | Description | |
|---|---|---|
| CreatedDate |
Gets the Created Date
(Inherited from IEntity.) | |
| CreatedUser |
Gets the Created User
(Inherited from IEntity.) | |
| DocumentType | Document type : sale, purchase or both List of authorized values in LinkedItemDocumentTypes (Type de document) | |
| DocumentTypeMember | Document type : sale, purchase or both List of authorized values in LinkedItemDocumentTypes (Type de document) | |
| EntityCaption |
Gets the caption of the current entity, using the content
(Inherited from IEntity.) | |
| EntityLabel |
Gets the entity Label
(Inherited from IEntity.) | |
| Errors |
Gets the collection of errors
(Inherited from IEntity.) | |
| Id | Gets or sets the linked item line id (Code) | |
| IdMember | Get the linked item line id (Code) | |
| IsDeleted |
Gets if the mode matches a deleted mode
(Inherited from IEntity.) | |
| IsEmptyLine |
Indicates if the entity is an empty line of an entity collection (created in auto
following the entityCollection options)
(Inherited from IEntity.) | |
| IsFree | Gets or sets wether the linked item is associated to 100% discount rate (non kept in database) (Gratuit) | |
| IsFreeMember | Gets wether the linked item is associated to 100% discount rate (non kept in database) (Gratuit) | |
| IsProportional | Gets or sets whether the quantity is proportional with the main item (Proportionnel) | |
| IsProportionalMember | Gets whether the quantity is proportional with the main item (Proportionnel) | |
| ItemCaption | Gets the item description (Libellé) | |
| ItemCaptionMember | Gets the item description (Libellé) | |
| ItemId | Gets or sets the item id on which the linked item is attached (Code article) | |
| ItemIdMember | Gets the item id on which the linked item is attached (Code article) | |
| ItemPurchasePrice | Gets the item purchase (Prix d'achat) | |
| ItemPurchasePriceMember | Gets the item purchase (Prix d'achat) | |
| ItemSalePriceVatExcluded | Gets the item sale price vat excluded (PV HT) | |
| ItemSalePriceVatExcludedMember | Gets the item sale price vat excluded (PV HT) | |
| ItemSalePriceVatIncluded | Gets the item sale price vat included (PV TTC) | |
| ItemSalePriceVatIncludedMember | Gets the item sale price vat included (PV TTC) | |
| ItemTrackingMode | ||
| ItemTrackingModeMember | ||
| LineOrder | Gets or sets the linked item line order (Numéro de ligne) | |
| LineOrderMember | Gets the linked item line order (Numéro de ligne) | |
| LinkedItemId | Gets or sets the item id (Code de l'article lié) | |
| LinkedItemIdMember | Get the item id (Code de l'article lié) | |
| Members |
List of the members. It allows to acces to members with the name
(Inherited from IEntity.) | |
| Mode |
Gets the entity mode
(Inherited from IEntity.) | |
| ModifiedDate |
Gets the Modified Date
(Inherited from IEntity.) | |
| ModifiedUser |
Gets the Modified User
(Inherited from IEntity.) | |
| OfferForPurchase | Gets or sets whether the linked item is offer for purchase (Proposer à l'achat) | |
| OfferForPurchaseMember | Gets whether the linked item is offer for purchase (Proposer à l'achat) | |
| OfferForSale | Gets or sets whether the linked item is offer for sale (Proposer à la vente) | |
| OfferForSaleMember | Gets whether the linked item is offer for sale (Proposer à la vente) | |
| OwnerEntity |
Gets the main entity that own all this items/collection
(Inherited from IEntity.) | |
| Parent |
Gets the parent entity collection, that own this item
(Inherited from IEntity.) | |
| Quantity | Gets or sets the linked item quantity (Quantité) | |
| QuantityDecimalNumber | Gets the quantity decimal number set by the unit (Décimale) | |
| QuantityDecimalNumberMember | Gets the quantity decimal number set by the unit (Décimale) | |
| QuantityMember | Gets the linked item quantity (Quantité) | |
| RangeItemId | Gets or sets the range item id on which the linked item is attached (Code article gamme) | |
| RangeItemIdMember | Gets the range item id on which the linked item is attached (Code article gamme) | |
| ReadOnly |
Gets/Sets if the entity is in read only mode, to preserve from data changing
(Inherited from IEntity.) | |
| Silent |
Get/Sets if the entity is in silent mode
(Inherited from IEntity.) | |
| States |
Gets the entity states
(Inherited from IEntity.) |
| Name | Description | |
|---|---|---|
| Append |
Method for add a new entity to the media. Update the entity
to its default value.
(Inherited from IEntity.) | |
| Cancel |
Cancel the edit mode without saving, and reload the entity
(Inherited from IEntity.) | |
| CancelEdit |
Cancel the edit mode without saving, without reload the entity
(Inherited from IEntity.) | |
| CheckData |
Check the data of the entity
(Inherited from IEntity.) | |
| Clear |
Clear the entity content and reinitialize it to the default value
(Inherited from IEntity.) | |
| Clone |
Clone an entity
(Inherited from IEntity.) | |
| CopyTo(IEntity) |
Copy the entity content to another entity
(Inherited from IEntity.) | |
| CopyTo(IEntity, Boolean) |
Copy the entity content to another entity
(Inherited from IEntity.) | |
| Delete |
Method for delete a existing entity from the media
(Inherited from IEntity.) | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| Edit |
Method to pass in edit mode a existing entity in the media
(for exemple, add a lock for database)
(Inherited from IEntity.) | |
| GetExtension |
Gets the extension.
(Inherited from IApiEntity.) | |
| Load |
Method for loading the entity
(Inherited from IEntity.) | |
| Save |
Method for saving the entity to the media
(Inherited from IEntity.) | |
| SetComplexMemberReadOnly |
Set the read only property to a member
(Inherited from IEntity.) | |
| ShowMessage |
Method to display a message. The message is displayed if the UI has connected to the
ShowMessage event
(Inherited from IApiEntity.) |
| Name | Description | |
|---|---|---|
| ModeChanged |
Event raised on mode changed
(Inherited from IEntity.) |
ILinkedItemEntity instance = Utils<ExtensionType>.GetInterface<ILinkedItemEntity>();