ProductType Properties |
The ProductType type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) | |
| Code | The unique code of the ProductType. [Required] [Filter(eq)] | |
| CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) | |
| ExtendedProperties |
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.) | |
| Id |
The unique Id of the entity object
(Inherited from EntityObject.) | |
| IsDefault | When checked specifies that this type is set by default for new products unless another type is specified in the product groups. [Required] [Default(false)] [Filter(eq)] | |
| IsFixedAsset | True when assets are acquired or retired when products from this type are purchased or sold. [Required] [Default(false)] [Filter(eq)] | |
| IsGhost |
Returns true when the object is a ghost object
(Inherited from EntityObject.) | |
| IsLoaded | Gets a value indicating whether the associated data for this domain object is loaded. (Overrides EntityObjectIsLoaded.) | |
| IsServiceActivityService | True when the product corresponds to service used in service documents (like service activities). [Required] [Default(false)] [Filter(eq)] | |
| IsServiced | True when the products of this type create service agreements and can be serviced. [Required] [Default(false)] [Filter(eq)] | |
| IsShipped | True when the products from this type are being shipped after sales. [Required] [Default(false)] [Filter(eq)] | |
| IsStocked | True=The products of this type are stocked in a warehouse; false=otherwise (services). [Required] [Default(true)] [Filter(eq)] | |
| ItemString |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) | |
| ItemIDataAttribute |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) | |
| LotAutoCreation | If checked specifies that lots are automatically created by the receiving orders with which the products are received. [Required] [Default(false)] | |
| Name | The name of this ProductType. [Required] [Filter(eq;like)] [ORD] | |
| NoEvents |
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.) | |
| ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) | |
| PurchaseInvoiceLineProperties | List of ProductTypePurchaseInvoiceLineProperty child objects, based on the General.Products.ProductTypePurchaseInvoiceLineProperty.ProductType back reference | |
| Repository | Provides access to ProductTypesRepository repository methods | |
| TaxGroups | List of ProductTypeTaxGroup child objects, based on the Crm.Pos.ProductTypeTaxGroup.ProductType back reference | |
| Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) |