Class RelationTypeBaseModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.ViewModels.RelationType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class RelationTypeBaseModel
Properties
View SourceIsBidirectional
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. |
Name
Gets or sets the name of the model.
Declaration
[Required]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |