Show / Hide Table of Contents

Class ParentBreadcrumbModel

Search result bread crumb model

Inheritance
object
ParentBreadcrumbModel
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
In this article
Back to top Generated by DocFX