Class TProduct
- Namespace
- InSite.Application.Invoices.Read
- Assembly
- Shift.Sdk.dll
- Inheritance
-
TProduct
- Inherited Members
-
- Extension Methods
-
Constructors
TProduct()
Properties
CourseDistributions
public virtual ICollection<TCourseDistribution> CourseDistributions { get; set; }
Property Value
- ICollection<TCourseDistribution>
CreatedBy
public Guid CreatedBy { get; set; }
Property Value
- Guid
IndustryItemIdentifier
public Guid? IndustryItemIdentifier { get; set; }
Property Value
- Guid?
InvoiceItems
public virtual ICollection<QInvoiceItem> InvoiceItems { get; set; }
Property Value
- ICollection<QInvoiceItem>
IsFeatured
public bool IsFeatured { get; set; }
Property Value
- bool
IsTaxable
public bool IsTaxable { get; set; }
Property Value
- bool
LevelItemIdentifier
public Guid? LevelItemIdentifier { get; set; }
Property Value
- Guid?
MembershipGroups
public virtual ICollection<QGroup> MembershipGroups { get; set; }
Property Value
- ICollection<QGroup>
ModifiedBy
public Guid ModifiedBy { get; set; }
Property Value
- Guid
ObjectIdentifier
public Guid? ObjectIdentifier { get; set; }
Property Value
- Guid?
ObjectType
public string ObjectType { get; set; }
Property Value
- string
OccupationItemIdentifier
public Guid? OccupationItemIdentifier { get; set; }
Property Value
- Guid?
OrderItems
public virtual ICollection<TOrderItem> OrderItems { get; set; }
Property Value
- ICollection<TOrderItem>
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
ProductCurrency
public string ProductCurrency { get; set; }
Property Value
- string
ProductDescription
public string ProductDescription { get; set; }
Property Value
- string
ProductIdentifier
public Guid ProductIdentifier { get; set; }
Property Value
- Guid
ProductImageUrl
public string ProductImageUrl { get; set; }
Property Value
- string
ProductName
public string ProductName { get; set; }
Property Value
- string
ProductPrice
public decimal? ProductPrice { get; set; }
Property Value
- decimal?
ProductQuantity
public int ProductQuantity { get; set; }
Property Value
- int
ProductSummary
public string ProductSummary { get; set; }
Property Value
- string
ProductType
public string ProductType { get; set; }
Property Value
- string
ProductUrl
public string ProductUrl { get; set; }
Property Value
- string
Published
public DateTimeOffset? Published { get; set; }
Property Value
- DateTimeOffset?
PublishedBy
public Guid? PublishedBy { get; set; }
Property Value
- Guid?