SharpCvsLib

Root Members

Root overview

Public Static (Shared) Fields

FILE_NAME The name of the root file.

Public Instance Constructors

Root Constructor Create a new instance of the cvs object.

Public Instance Properties

FileContents (inherited from AbstractCvsFile) Contents that are contained in the management file that this object represents.
Filename The name of the cvs file that the object represents.
FullPath (inherited from AbstractCvsFile) The full path to the file or directory that this object is managing.
IsMultiLinedIndicates whether the file can contain multiple lines.
LocalCvsFileFullPath (inherited from AbstractCvsFile) The full path to the local cvs management file.
Path (inherited from AbstractCvsFile) Return the path to the file that this cvs object is controlling. In most cases this is just the full path to the object, however one known exception would be the Entry which would have file information stripped from the full path.
TypeThe type of file that this is.

Public Instance Methods

Equals Determine if the two objects are equal.
GetHashCode Override the hashcode. This is a combination of the entry name and the path to the entry file.
GetType (inherited from Object)
Parse Parse the contents of the cvs file.
ToString (inherited from Object)

Protected Instance Methods

DeriveCvsFullPath Returns the full path to the CVS\Root folder on the local filesystem that this object represents.
Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

Root Class | ICSharpCode.SharpCvsLib.FileSystem Namespace