Class RelationTypeDisplay
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class RelationTypeDisplay : EntityBasic, INotificationModel
Constructors
View SourceRelationTypeDisplay()
Declaration
public RelationTypeDisplay()
Properties
View SourceChildObjectType
Gets or sets the Child's object type id
Declaration
public Guid? ChildObjectType { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
Corresponds to the NodeObjectType in the umbracoNode table
ChildObjectTypeName
Gets or sets the Child's object type name.
Declaration
public string ChildObjectTypeName { get; set; }
Property Value
Type | Description |
---|---|
System. |
IsBidirectional
Gets or sets a boolean indicating whether the RelationType is Bidirectional (true) or Parent to Child (false)
Declaration
public bool IsBidirectional { get; set; }
Property Value
Type | Description |
---|---|
System. |
IsDependency
Gets or sets a boolean indicating whether the RelationType should be returned in "Used by"-queries.
Declaration
public bool IsDependency { get; set; }
Property Value
Type | Description |
---|---|
System. |
IsSystemRelationType
Declaration
public bool IsSystemRelationType { get; set; }
Property Value
Type | Description |
---|---|
System. |
Notifications
This is used to add custom localized messages/strings to the response for the app to use for localized UI purposes.
Declaration
public List<BackOfficeNotification> Notifications { get; }
Property Value
Type | Description |
---|---|
List<Back |
ParentObjectType
Gets or sets the Parents object type id
Declaration
public Guid? ParentObjectType { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
Corresponds to the NodeObjectType in the umbracoNode table
ParentObjectTypeName
Gets or sets the Parent's object type name.
Declaration
public string ParentObjectTypeName { get; set; }
Property Value
Type | Description |
---|---|
System. |