Class ParentBreadcrumbModel
Search result bread crumb model
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ParentBreadcrumbModel
Properties
Id
identifier in string form
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
IdWithoutVersion
identifier in string form without a version
Declaration
public string IdWithoutVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemType
item type
Declaration
public Guid ItemType { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Label
label to display
Declaration
public MultilingualString Label { get; set; }
Property Value
Type | Description |
---|---|
MultilingualString |