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 SchemaObject

Represents a Products model in ODP

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

Constructors

SchemaObject()

Declaration
public SchemaObject()

Properties

Alias

The alias of the schema object

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

DisplayName

The display nam eof the object

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

Fields

The fields associated with the schema object

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

Name

The name of the schema in object in ODP

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

Relations

The relations of the schema object

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