Product Class
Assembly: PTS.Modules.Products.dll
Syntax
public class Product : Profile, IIdRecord, IOwnedRecord, IHasGuid
Inheritance
System.Object
Product
Properties
Composition
Declaration
public ItemComposition Composition { get; set; }
Property Value
HasItems
Declaration
public bool HasItems { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ItemType
Declaration
public ItemType ItemType { get; set; }
Property Value
Producer
Declaration
public virtual Account Producer { get; set; }
Property Value
ProducerId
Declaration
public long ProducerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
ProducerOwnerId
Declaration
public long ProducerOwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
RegistrationNo
Declaration
public string RegistrationNo { get; set; }
Property Value
Type |
Description |
System.String |
|
Rental
Declaration
public RentalStatus Rental { get; set; }
Property Value
SaleStatus
Declaration
public SaleStatus SaleStatus { get; set; }
Property Value
SerialNo
Declaration
public string SerialNo { get; set; }
Property Value
Type |
Description |
System.String |
|
Sku
Declaration
public string Sku { get; set; }
Property Value
Type |
Description |
System.String |
|
SystemCode
Declaration
public int SystemCode { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
VatOption
Declaration
public VatType VatOption { get; set; }
Property Value
VatRate
Declaration
public decimal VatRate { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Extension Methods