With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Class RelationModel

Inheritance
System.Object
RelationModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Shell.Rest.Models
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class RelationModel

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