Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRelationType

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IRelationType : IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Properties

    View Source

    Alias

    Gets or sets the Alias of the RelationType

    Declaration
    [DataMember]
    string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ChildObjectType

    Gets or sets the Childs object type id

    Declaration
    [DataMember]
    Guid? ChildObjectType { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    Remarks

    Corresponds to the NodeObjectType in the umbracoNode table

    View Source

    IsBidirectional

    Gets or sets a boolean indicating whether the RelationType is Bidirectional (true) or Parent to Child (false)

    Declaration
    [DataMember]
    bool IsBidirectional { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Name

    Gets or sets the Name of the RelationType

    Declaration
    [DataMember]
    string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ParentObjectType

    Gets or sets the Parents object type id

    Declaration
    [DataMember]
    Guid? ParentObjectType { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    Remarks

    Corresponds to the NodeObjectType in the umbracoNode table

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • ChildObjectType
      • IsBidirectional
      • Name
      • ParentObjectType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX