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 AssociationModel

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

Constructors

AssociationModel()

Declaration
public AssociationModel()

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

GroupDescription

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

GroupName

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

GroupSortOrder

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

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

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 string Type { get; set; }
Property Value
Type Description
System.String

TypeIdentifier

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