Interface IPropertyDefinition
Represents a data schema / domain model for properties on an IEntityDefinition.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
Boost
Gets or sets a value indicating whether the content of this property is boosted when searched for via index querying (Elasticsearch powered).
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
DataType
Gets the DataType of the value for this property.
Declaration
Property Value
| Type | Description |
|---|---|
| Type |
IncludedInCompletion
Gets or sets a value indicating whether the property value is included in the collection of words used for auto-complete functionality in Sitecore Content Hub web portal.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
IncludedInContent
Gets or sets a value indicating whether the property value is included in the full text search content of the Elasticsearch document.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
Indexed
Gets or sets a value indicating whether the property value is indexed and thus searchable via the basic querying API. Search for value with indexed querying will always work. Note that this value should be set only if required and with good understanding of potential consequences.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
IsMandatory
Gets or sets a value indicating whether the property is required to be set.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
IsMultiLanguage
Gets or sets a value indicating whether the property is culture sensitive or not.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
IsMultiValue
Gets or sets a value indicating whether the value is an array.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
IsUnique
Gets or sets a value indicating whether the value of the property is unique among all the property values of this property definition and entity definition.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |