Class Detail
- Namespace
- Dynamicweb.Ecommerce.Products
- Assembly
- Dynamicweb.Ecommerce.dll
Represents product details objects
[Serializable]
public class Detail
- Inheritance
-
Detail
- Inherited Members
Examples
Constructors
Detail()
Default empty constructor
public Detail()
Properties
Description
Gets or sets the detail description.
public string? Description { get; set; }
Property Value
GroupId
Gets or sets detail group id.
public int GroupId { get; set; }
Property Value
Id
Gets or sets id of product detail.
public string Id { get; set; }
Property Value
IsDefault
Gets or sets detail value.
public bool IsDefault { get; }
Property Value
Keywords
public string? Keywords { get; set; }
Property Value
LanguageId
Gets or sets current product language ID.
public required string LanguageId { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
ProductId
Gets or sets id of product, details of this product are stored in current object.
public required string ProductId { get; set; }
Property Value
ShowInHistory
Gets or sets a value indicating whether the asset should be shown in history even outside its publication period.
public bool ShowInHistory { get; set; }
Property Value
SortOrder
Gets or sets detail sort order.
public int SortOrder { get; set; }
Property Value
Type
Gets or sets detail type.
public int Type { get; set; }
Property Value
ValidFrom
Gets or sets the start of the publication period.
public DateTime? ValidFrom { get; set; }
Property Value
ValidTo
Gets or sets the end of the publication period.
public DateTime? ValidTo { get; set; }
Property Value
Value
Gets or sets detail value.
public required string Value { get; set; }
Property Value
VariantId
Gets or sets current product variant ID.
public required string VariantId { get; set; }
Property Value
Version
Gets or sets a version label for rendering information.
public string? Version { get; set; }
Property Value
Methods
Clone()
public Detail Clone()