Class ContentTypePropertySchemaInfo
Represents the subset of content type property information that is needed for schema generation.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class ContentTypePropertySchemaInfo
Constructors
View SourceContentTypePropertySchemaInfo()
Declaration
public ContentTypePropertySchemaInfo()
Properties
View SourceAlias
Gets the property alias.
Declaration
public required string Alias { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
DeliveryApiClrType
Gets the CLR type used to represent this property in the Delivery API.
Declaration
public required Type DeliveryApiClrType { get; init; }
Property Value
| Type | Description |
|---|---|
| Type |
EditorAlias
Gets the property editor alias.
Declaration
public required string EditorAlias { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Inherited
Gets a value indicating whether this property is inherited from a composition.
Declaration
public bool Inherited { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |