View Source
Class RelationTypeResponseModel
Inheritance
System.Object
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
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
View Source
ParentObject
Gets or sets the Parent's object type.
Declaration
public ObjectTypeResponseModel ParentObject { get; set; }
Property Value