C# Class Hpdi.VssPhysicalLib.ItemFile

Represents a file containing VSS project/file records.
Inheritance: VssRecordFile
Exibir arquivo Open project: abevoelker/vss2git Class Usage Examples

Public Methods

Method Description
GetFirstRevision ( ) : RevisionRecord
GetLastRevision ( ) : RevisionRecord
GetNextRecord ( bool skipUnknown ) : VssRecord
GetNextRevision ( RevisionRecord revision ) : RevisionRecord
GetPreviousDelta ( EditRevisionRecord revision ) : DeltaRecord
GetPreviousRevision ( RevisionRecord revision ) : RevisionRecord
GetProjects ( ) : ICollection
GetRecord ( int offset ) : VssRecord
ItemFile ( string filename, Encoding encoding ) : System.Collections.Generic

Private Methods

Method Description
CreateRecord ( RecordHeader recordHeader, BufferReader recordReader ) : VssRecord
CreateRevisionRecord ( RecordHeader recordHeader, BufferReader recordReader ) : RevisionRecord

Method Details

GetFirstRevision() public method

public GetFirstRevision ( ) : RevisionRecord
return RevisionRecord

GetLastRevision() public method

public GetLastRevision ( ) : RevisionRecord
return RevisionRecord

GetNextRecord() public method

public GetNextRecord ( bool skipUnknown ) : VssRecord
skipUnknown bool
return VssRecord

GetNextRevision() public method

public GetNextRevision ( RevisionRecord revision ) : RevisionRecord
revision RevisionRecord
return RevisionRecord

GetPreviousDelta() public method

public GetPreviousDelta ( EditRevisionRecord revision ) : DeltaRecord
revision EditRevisionRecord
return DeltaRecord

GetPreviousRevision() public method

public GetPreviousRevision ( RevisionRecord revision ) : RevisionRecord
revision RevisionRecord
return RevisionRecord

GetProjects() public method

public GetProjects ( ) : ICollection
return ICollection

GetRecord() public method

public GetRecord ( int offset ) : VssRecord
offset int
return VssRecord

ItemFile() public method

public ItemFile ( string filename, Encoding encoding ) : System.Collections.Generic
filename string
encoding System.Text.Encoding
return System.Collections.Generic