Class AssociationType
Describes a type of association.
Inheritance
System.Object
AssociationType
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.Catalog.Linking
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
public class AssociationType
Constructors
AssociationType()
Declaration
public AssociationType()
Fields
DefaultTypeId
The default association type id.
Declaration
public const string DefaultTypeId = "Default"
Field Value
Type | Description |
---|---|
System.String |
Properties
Description
Gets or sets the description of the association type.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the id of the association type.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |