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 SourceId
Gets the object id of the tree entry.
Declaration
public ObjectId Id { get; }
Property Value
Type | Description |
---|---|
ObjectId |
Mode
Gets the file mode for the tree entry.
Declaration
public FileMode Mode { get; }
Property Value
Type | Description |
---|---|
FileMode |
Name
Gets the filename of the tree entry.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the type of the tree entry.
Declaration
public ObjectType Type { get; }
Property Value
Type | Description |
---|---|
ObjectType |