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 SchemaObjectRelation

Represents a Relation model in ODP

Inheritance
System.Object
SchemaObjectRelation
Namespace: EPiServer.Commerce.ODP.Internal.Models
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0
Syntax
public class SchemaObjectRelation : Object

Constructors

SchemaObjectRelation()

Declaration
public SchemaObjectRelation()

Properties

ChildObject

The child object name of the rrelation

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

DisplayName

The display name of the relation

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

JoinFields

The join fields to make the relation

Declaration
public List<SchemaObjectJoinField> JoinFields { get; set; }
Property Value
Type Description
System.Collections.Generic.List<SchemaObjectJoinField>

Name

The name of the relation

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