1. Stylelabs.M.Sdk.Contracts.Base

Interface IRelationDefinition

Represents a data schema / domain model for relations on an IEntityDefinition.

Inherited Members

IMemberDefinition.Name

IMemberDefinition.AllowUpdates

IMemberDefinition.DefinitionType

IMemberDefinition.Labels

IMemberDefinition.HelpText

IMemberDefinition.IsConditional

IMemberDefinition.Conditions

IMemberDefinition.IsSystemOwned

IMemberDefinition.IsSecured

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase

Assembly: Stylelabs.M.Sdk.dll

Syntax

public interface IRelationDefinition : IMemberDefinition

Properties

AllowNavigation

Gets or sets a value indicating whether this relation can be used for navigation to parents or children in the external services (e.g. REST API). This can prevent potentially serious memory intensive operations.

Declaration

bool AllowNavigation { get; set; }

Property Value

TypeDescription
bool

AssociatedEntityDefinitionName

Gets or sets name of the IEntityDefinition that is linked to the other end (see Role) of this IRelationDefinition.

Declaration

string AssociatedEntityDefinitionName { get; set; }

Property Value

TypeDescription
string

AssociatedLabels

Gets collection of the culture specific member labels of the associated relation definition.

Declaration

IDictionary<CultureInfo, string> AssociatedLabels { get; }

Property Value

TypeDescription
IDictionary<, >CultureInfostring

Cardinality

Gets or sets cardinality of the relation from the parents point of view.

Declaration

RelationCardinality Cardinality { get; set; }

Property Value

TypeDescription
RelationCardinality

ChildIsMandatory

Gets or sets a value indicating whether relations of this definition must have at least one child.

Declaration

bool ChildIsMandatory { get; set; }

Property Value

TypeDescription
bool

CompletionIsCopied

Gets or sets a value indicating whether the child of the relation copies words collection, used for the auto–complete, of the ancestors connected via such marked relations into its collection of words used for the auto-complete functionality in Sitecore Content Hub web portal.

Declaration

bool CompletionIsCopied { get; set; }

Property Value

TypeDescription
bool

See Also

IncludedInCompletion

ContentIsCopied

Gets or sets a value indicating whether if the child of the relation copies full text search content of the ancestors connected via such marked relations into its full text search content.

Declaration

bool ContentIsCopied { get; set; }

Property Value

TypeDescription
bool

See Also

IncludedInContent

InheritsSecurity

Gets or sets a value indicating whether if this relation is used to inherit any security related meta data (from the parents towards the children).

Declaration

bool InheritsSecurity { get; set; }

Property Value

TypeDescription
bool

IsNested

Gets or sets a value indicating whether the relation allows nesting of properties on the associated entity when accessed via the external services (e.g. REST API).

Declaration

bool IsNested { get; set; }

Property Value

TypeDescription
bool

IsPathHierarchyRelation

Gets or sets a value indicating whether this relation provides a link between IsPathEnabledDefinition, thus creating a path hierarchy.

Declaration

bool IsPathHierarchyRelation { get; set; }

Property Value

TypeDescription
bool

IsPathRelation

Gets or sets a value indicating whether this relation provides a link between a parent entity with IsPathEnabledDefinition or an entity with such an ancestor.

Declaration

bool IsPathRelation { get; set; }

Property Value

TypeDescription
bool

IsRenditionRelation

Gets or sets a value indicating whether this relation can be used to retrieve renditions.

Declaration

bool IsRenditionRelation { get; set; }

Property Value

TypeDescription
bool

IsTaxonomyHierarchyRelation

Gets or sets a value indicating whether if the relation provides a link between parent and child taxonomy entities of the same entity definition, thus creating a taxonomy hierarchy.

Declaration

bool IsTaxonomyHierarchyRelation { get; set; }

Property Value

TypeDescription
bool

IsTaxonomyRelation

Gets or sets a value indicating whether the relation establishes a taxonomy.

Declaration

bool IsTaxonomyRelation { get; set; }

Property Value

TypeDescription
bool

NestedPermissions

Gets or sets a value indicating whether permissions are included when nesting this relation in an external service, in similar fashion as with property nesting.

Declaration

bool NestedPermissions { get; set; }

Property Value

TypeDescription
bool

NestedProperties

Gets collection of the property names of the associated entity to be used for nesting.

Declaration

IList<string> NestedProperties { get; }

Property Value

TypeDescription
IList<>string

ParentIsMandatory

Gets or sets a value indicating whether relations of this definition must have at least one parent.

Declaration

bool ParentIsMandatory { get; set; }

Property Value

TypeDescription
bool

PathHierarchyScore

Gets or sets score given to the relation which is marked as IsPathHierarchyRelation. If entity has multiple parent hierarchy relations, the paths of entity will be sorted according to this score in ascending way. The first path, if not marked otherwise, will be used as a sole entity path when only one path is required.

Declaration

byte PathHierarchyScore { get; set; }

Property Value

TypeDescription
byte

Gets or sets role of the relation on the IEntityDefinition. Parent and child entity definitions share the same conceptual relation definition.

Declaration

RelationRole Role { get; set; }

Property Value

TypeDescription
RelationRole
If you have suggestions for improving this article, let us know!