Show / Hide Table of Contents

Class GuiItemType

Contains unique identifiers used by items in Colectica's navigator.

Inheritance
object
GuiItemType
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.AppModel
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public static class GuiItemType

Properties

CheckoutsFolder

Gets the identifier for the CheckoutsFolder type.

Declaration
public static Guid CheckoutsFolder { get; }
Property Value
Type Description
Guid

FileRepository

Gets the identifier for the FileRepository type.

Declaration
public static Guid FileRepository { get; }
Property Value
Type Description
Guid

Home

Gets the identifier for the CheckoutsFolder type.

Declaration
public static Guid Home { get; }
Property Value
Type Description
Guid

LoadingPlaceholder

Gets the identifier for the CheckoutsFolder type.

Declaration
public static Guid LoadingPlaceholder { get; }
Property Value
Type Description
Guid

LocalRepository

Gets the identifier for the LocalRepository type.

Declaration
public static Guid LocalRepository { get; }
Property Value
Type Description
Guid

NetworkRepository

Gets the identifier for the NetworkRepository type.

Declaration
public static Guid NetworkRepository { get; }
Property Value
Type Description
Guid
In this article
Back to top Generated by DocFX