C# Class Hpdi.VssPhysicalLib.ProjectEntryFile

Represents a file containing VSS project entry records.
Inheritance: VssRecordFile
Mostrar archivo Open project: abevoelker/vss2git

Public Methods

Method Description
GetFirstEntry ( ) : ProjectEntryRecord
GetNextEntry ( ) : ProjectEntryRecord
ProjectEntryFile ( string filename, Encoding encoding ) : System.Text

Method Details

GetFirstEntry() public method

public GetFirstEntry ( ) : ProjectEntryRecord
return ProjectEntryRecord

GetNextEntry() public method

public GetNextEntry ( ) : ProjectEntryRecord
return ProjectEntryRecord

ProjectEntryFile() public method

public ProjectEntryFile ( string filename, Encoding encoding ) : System.Text
filename string
encoding System.Text.Encoding
return System.Text