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 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.0
Syntax
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