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 SchemaObjectCreateField

Represents a Field model in ODP

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

Constructors

SchemaObjectCreateField()

Declaration
public SchemaObjectCreateField()

Properties

DisplayName

The display name of the field in ODP which is shown in the UI

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

Name

The name of the field in ODP

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

PublicRead

Whether the field can be read by public key

Declaration
public bool PublicRead { get; set; }
Property Value
Type Description
System.Boolean

Type

The field data type in ODP, values are number, timestamp, string, boolean

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