Show / Hide Table of Contents

Class TreeEntry

Representation of an entry in a tree.

Inheritance
System.Object
TreeEntry
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class TreeEntry : object

Properties

| Improve this Doc View Source

Id

Gets the object id of the tree entry.

Declaration
public ObjectId Id { get; }
Property Value
Type Description
ObjectId
| Improve this Doc View Source

Mode

Gets the file mode for the tree entry.

Declaration
public FileMode Mode { get; }
Property Value
Type Description
FileMode
| Improve this Doc View Source

Name

Gets the filename of the tree entry.

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Gets the type of the tree entry.

Declaration
public ObjectType Type { get; }
Property Value
Type Description
ObjectType
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX