Class SchemaObjectField
Represents a Field model in ODP
Inheritance
System.Object
SchemaObjectField
Namespace: EPiServer.Commerce.ODP.Internal.Models
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0Syntax
public class SchemaObjectField : Object
Constructors
SchemaObjectField()
Declaration
public SchemaObjectField()
Properties
CreatedBy
Who created the field
Declaration
public string CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Primary
Whether the field is an identifier
Declaration
public bool Primary { 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 |