Click or drag to resize

DeclarationLine Properties

The DeclarationLine type exposes the following members.

Properties
  NameDescription
Public propertyAdministrativeRegion
Administrative region of the enterprise company at the time of the declaration. [Required] [Filter(multi eq)]
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDeliveryTerms
Delivery terms - classification according to Intrastat (which uses the common abbreviations). [Required]
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIntrastatCommodityCode
The commodity code of the goods, according to the Intrastat commodity classification. [Required] [Filter(multi eq)]
Public propertyIntrastatDeclaration
The intrastat declaration, to which this line belongs. [Required] [Filter(multi eq)] [Owner]
Public propertyInvoicedValueAmountBase
Invoiced value of the goods in the base currency. [Currency: IntrastatDeclaration.EnterpriseCompany.BaseCurrency] [Required]
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyLineAction
Line action - 'NEW' = New, 'EDN' = Edited-New, 'EDO' = Edited-Old, 'DEL' = Deleted. [Required] [Default("NEW")]
Public propertyLineNo
Consequtive line number within the intrastat declaration. [Required] [Filter(eq)]
Public propertyNetMassKg
Net mass of the goods in kg. [Required] [Filter(multi eq)]
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyOriginCountry
The country of origin of the goods. null for outbound declarations. [Filter(multi eq)]
Public propertyPartyCountry
The country of the partner. [Required] [Filter(multi eq)]
Public propertyQuantitySupplementaryUnit
Quantity of the goods in the supplementary unit. null when no supplementary unit is specified.
Public propertyRepository
Provides access to DeclarationLinesRepository repository methods
Public propertyStatisticalValueAmountBase
Statistical value of the goods in the base currency. [Currency: IntrastatDeclaration.EnterpriseCompany.BaseCurrency]
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyTransactionNature
Transaction nature, according to the Intrastat classification. [Required]
Public propertyTransportCountry
The country of the transportation company. [Required] [Filter(multi eq)]
Public propertyTransportMode
Transportation mode - type of transportation used. [Required]
Top
See Also