Interface IProductVariant
[JsonObject(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public interface IProductVariant : IProductOrVariant
- Inherited Members
Properties
Name
string Name { get; }
Property Value
Parent
[JsonIgnore]
IProduct Parent { get; }
Property Value
Sku
string Sku { get; }
Property Value
Methods
Content()
IPublishedContent? Content()
Returns
- IPublishedContent
Content<T>()
T? Content<T>() where T : IPublishedContent
Returns
- T
Type Parameters
T