Table of Contents

Interface IProductVariant

Namespace
Rescope.Commerce.Core.Models
Assembly
Rescope.Commerce.Core.dll
[JsonObject(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public interface IProductVariant : IProductOrVariant
Inherited Members

Properties

Name

string Name { get; }

Property Value

string

Parent

[JsonIgnore]
IProduct Parent { get; }

Property Value

IProduct

Sku

string Sku { get; }

Property Value

string

Methods

Content()

IPublishedContent? Content()

Returns

IPublishedContent

Content<T>()

T? Content<T>() where T : IPublishedContent

Returns

T

Type Parameters

T