![]() FILE_NAME | The name of the root file. |
Tag Constructor | Create a new instance of the cvs object. |
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. |
IsMultiLined | Indicates 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. |
Type | The type of file that this is. |
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) |
DeriveCvsFullPath | Returns the full path to the CVS\Tag file on the local file system that this object represents. |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
Tag Class | ICSharpCode.SharpCvsLib.FileSystem Namespace