Product
Namespace: Babel.Data Assembly: Babel.Data.dll
Represents a product.
Inheritance
object ← EntityTracker ← Product
Implements
Inherited Members
EntityTracker.SetWithNotify<T>(T, ref T, string), EntityTracker.IsDirty, EntityTracker.PropertyChanged, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Product()
Properties
Code
Gets or sets the code of the product.
Property Value
Copyright
Gets or sets the copyright of the product.
Property Value
CreatedAt
Gets or sets the date and time the product was created.
Property Value
Currency
Gets or sets the currency of the product.
Property Value
Description
Gets or sets the description of the product.
Property Value
Id
Gets or sets the ID of the product.
Property Value
Image
Gets or sets the image of the product.
Property Value
byte[]
LicenseTemplates
Gets or sets the collection of license templates associated with the product.
Property Value
Meta
Gets or sets the metadata.
Property Value
Name
Gets or sets the name of the product.
Property Value
Price
Gets or sets the price of the product.
Property Value
ProductAssemblies
Gets or sets the collection of product assemblies associated with the product.
Property Value
ProductLicenses
Gets or sets the collection of product licenses associated with the product.
Property Value
ProductOrders
Gets or sets the collection of product orders associated with the product.
Property Value
ProductResources
Gets or sets the collection of product resources associated with the product.
Property Value
ResellerPrice
Gets or sets the reseller price of the product.
Property Value
SignatureKeys
Gets or sets the signature keys associated with the product.
Property Value
SignatureKeysId
Gets or sets the ID of the signature keys associated with the product.
Property Value
int?
Url
Gets or sets the URL of the product.
Property Value
Last updated