Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelationTypeResponseModel

    Inheritance
    System.Object
    RelationTypeBaseModel
    Namespace: Umbraco.Cms.Api.Management.ViewModels.RelationType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class RelationTypeResponseModel : RelationTypeBaseModel

    Properties

    View Source

    Alias

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

    ChildObject

    Gets or sets the Child's object type.

    Declaration
    public ObjectTypeResponseModel ChildObject { get; set; }
    Property Value
    Type Description
    ObjectTypeResponseModel
    View Source

    Id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    ParentObject

    Gets or sets the Parent's object type.

    Declaration
    public ObjectTypeResponseModel ParentObject { get; set; }
    Property Value
    Type Description
    ObjectTypeResponseModel
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • ChildObject
      • Id
      • ParentObject
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX