Class RelationModel
Inheritance
System.Object
RelationModel
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class RelationModel : Object
Constructors
RelationModel()
Declaration
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
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
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 |
|