1. PropertyDefinitionBase

Class PropertyDefinitionBase

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

A base class for all property definitions.

Namespace: Stylelabs.M.Sdk.Models.Base.PropertyDefinitions
Assembly: Stylelabs.M.Sdk.dll
Syntax
public abstract class PropertyDefinitionBase : MemberDefinitionBase, IPropertyDefinition, IMemberDefinition

Properties

Boost

Indicates whether the content of this property is boosted when searched for via index querying (Elasticsearch powered).

Declaration
public bool Boost { get; set; }
Property Value
TypeDescription
System.Boolean

DataType

DataType of the value for this property.

Declaration
public abstract Type DataType { get; }
Property Value
TypeDescription
Type

DefinitionType

Type of the member.

Declaration
public override MemberDefinitionType DefinitionType { get; }
Property Value
TypeDescription
MemberDefinitionType
Overrides

IncludedInCompletion

Indicates whether the property value is included in the collection of words used for auto-complete functionality in Sitecore Content Hub web portal.

Declaration
public bool IncludedInCompletion { get; set; }
Property Value
TypeDescription
System.Boolean

IncludedInContent

Indicates whether the property value is included in the full text search content of the Elasticsearch document.

Declaration
public bool IncludedInContent { get; set; }
Property Value
TypeDescription
System.Boolean

Indexed

Indicates 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
public bool Indexed { get; set; }
Property Value
TypeDescription
System.Boolean

IsMandatory

Indicates whether the property is required to be set.

Declaration
public bool IsMandatory { get; set; }
Property Value
TypeDescription
System.Boolean

IsMultiLanguage

Indicates whether the property is culture sensitive or not.

Declaration
public bool IsMultiLanguage { get; set; }
Property Value
TypeDescription
System.Boolean

IsMultiValue

Indicates whether the value is an array.

Declaration
public bool IsMultiValue { get; set; }
Property Value
TypeDescription
System.Boolean

IsUnique

Indicates whether the value of the property is unique among all the property values of this property definition and entity definition.

Declaration
public bool IsUnique { get; set; }
Property Value
TypeDescription
System.Boolean

Implements

この記事を改善するための提案がある場合は、 お知らせください!