View Source
Class RelationItem
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "relationItem", Namespace = "")]
public class RelationItem
Properties
View Source
ContentTypeAlias
Declaration
[DataMember(Name = "alias")]
public string ContentTypeAlias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ContentTypeIcon
Declaration
[DataMember(Name = "icon")]
public string ContentTypeIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ContentTypeName
Declaration
[DataMember(Name = "contentTypeName")]
public string ContentTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NodeId
Declaration
[DataMember(Name = "id")]
public int NodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
NodeKey
Declaration
[DataMember(Name = "key")]
public Guid NodeKey { get; set; }
Property Value
View Source
NodeName
Declaration
[DataMember(Name = "name")]
public string NodeName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NodePublished
Declaration
[DataMember(Name = "published")]
public bool? NodePublished { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
View Source
NodeType
Declaration
[DataMember(Name = "type")]
public string NodeType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NodeUdi
Declaration
[DataMember(Name = "udi")]
public Udi NodeUdi { get; }
Property Value
View Source
RelationTypeIsBidirectional
Declaration
[DataMember(Name = "relationTypeIsBidirectional")]
public bool RelationTypeIsBidirectional { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
RelationTypeIsDependency
Declaration
[DataMember(Name = "relationTypeIsDependency")]
public bool RelationTypeIsDependency { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
RelationTypeName
Declaration
[DataMember(Name = "relationTypeName")]
public string RelationTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|