Click or drag to resize

ServiceProductEntity Class

Represents a container type, material and price
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.CasualCustomerServiceProductEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.CasualCustomer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ServiceProductEntity : IntegrationEntity

The ServiceProductEntity type exposes the following members.

Constructors
  NameDescription
Public methodServiceProductEntity
Initializes a new instance of the ServiceProductEntity class
Top
Properties
  NameDescription
Public propertyAdditionalDayRentalPrice
Gets or sets the additional day rental price.
Public propertyCompanyOutletId
Gets or sets the company outlet identifier.
Public propertyContainerCategory
Gets or sets the container category.
Public propertyContainerType
Gets or sets the type of the container.
Public propertyContainerTypeExternalDescription
Gets or sets the container type external description.
Public propertyContainerTypeId
Gets or sets the container type identifier.
Public propertyContainerTypeShortName
Gets or sets the short name of the container type.
Public propertyContainerTypeSize
Gets or sets the size of the container type.
Public propertyCurrency
Gets or sets the Currency.
Public propertyDateRequired
Gets or sets the Date Required
Public propertyDefaultActionId
Gets or sets the default action identifier.
Public propertyIsQuantityBased
Gets or sets the Is Quantity Based Flag
Public propertyMaterial
Gets or sets the material.
Public propertyMaterialClassId
Gets or sets the material class identifier.
Public propertyMaterialExternalDescription
Gets or sets the material external description.
Public propertyMaterialId
Gets or sets the material identifier.
Public propertyPickupDateRequired
Gets or sets the Pickup Date Required
Public propertyPictureId
Gets or sets the picture identifier.
Public propertyPrice
Gets or sets the price.
Public propertyPriceId
Gets or sets the price identifier.
Public propertyPriceIncVAT
Gets or sets the price inc vat.
Public propertyPriceIncVatWithoutPromotion
Gets or sets the Price Inc Vat Without Promotion.
Public propertyPriceModifierId
Gets or sets the Price Modifier Identifier
Public propertyPriceWithoutPromotion
Gets or sets the Price Without Promotion.
Public propertyPriceWithoutPromotionTaxTemplateCollectionId
Gets or sets the TemplateCollectionId Without Promotion.
Public propertyPriceWithoutPromotionVatId
Gets or sets the VatId Without Promotion.
Public propertyPromotion
Gets or sets the Promotion
Public propertyPromotionCode
Gets or sets the Promotion Code
Public propertyPromotionId
Gets or sets the Promotion Identifier
Public propertyQuantity
Gets or sets the Quantity
Public propertyServiceAgreementId
Gets or sets the service agreement identifier.
Public propertyServiceId
Gets or sets the service identifier.
Public propertyTaxTemplateCollectionId
Gets or sets the tax template collection identifier.
Public propertyVATId
Gets or sets the vat identifier.
Public propertyZoneId
Gets or sets the zone identifier.
Top
See Also