Class SchemaObjectJoinField
Represents a JoinField model in ODP
Inheritance
System.Object
SchemaObjectJoinField
Namespace: EPiServer.Commerce.ODP.Internal.Models
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0Syntax
public class SchemaObjectJoinField : Object
Constructors
SchemaObjectJoinField()
Declaration
public SchemaObjectJoinField()
Properties
Child
The child object field for the relationship
Declaration
public string Child { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parent
TThe parent object field \ for the relationship
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
System.String |