Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class RelationModel

Inheritance
System.Object
RelationModel
Namespace: EPiServer.Commerce.Shell.Rest.Models
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class RelationModel : Object

Constructors

RelationModel()

Declaration
public RelationModel()

Properties

Code

Declaration
public string Code { get; set; }
Property Value
Type Description
System.String

ContentTypeIdentifier

Declaration
public string ContentTypeIdentifier { get; set; }
Property Value
Type Description
System.String

GroupName

Declaration
public string GroupName { get; set; }
Property Value
Type Description
System.String

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Path

Declaration
public string Path { get; set; }
Property Value
Type Description
System.String

Quantity

Declaration
public Decimal Quantity { get; set; }
Property Value
Type Description
System.Decimal

RequestMode

Declaration
public RelationModel.RelationRequestMode RequestMode { get; set; }
Property Value
Type Description
RelationModel.RelationRequestMode

SortOrder

Declaration
public int SortOrder { get; set; }
Property Value
Type Description
System.Int32

Source

Declaration
public ContentReference Source { get; set; }
Property Value
Type Description
EPiServer.Core.ContentReference

Target

Declaration
public ContentReference Target { get; set; }
Property Value
Type Description
EPiServer.Core.ContentReference

Type

Declaration
public RelationModel.RelationType Type { get; set; }
Property Value
Type Description
RelationModel.RelationType

TypeIdentifier

Declaration
public string TypeIdentifier { get; set; }
Property Value
Type Description
System.String

TypeString

Declaration
public string TypeString { get; set; }
Property Value
Type Description
System.String