C# Class dotGit.Objects.FileMode

Enumeration used to represent the objects mode in the git repository
Show file Open project: schacon/dotgit

Public Properties

Property Type Description
RegularFile FileMode
Symlink FileMode
Tree FileMode

Private Methods

Method Description
FileMode ( ) : System

Property Details

RegularFile public static property

public static FileMode,dotGit.Objects RegularFile
return FileMode

Symlink public static property

public static FileMode,dotGit.Objects Symlink
return FileMode

Tree public static property

public static FileMode,dotGit.Objects Tree
return FileMode