C# Class Hpdi.VssPhysicalLib.RevisionRecord

VSS record representing a project/file revision.
Inheritance: VssRecord
Show file Open project: abevoelker/vss2git Class Usage Examples

Protected Properties

Property Type Description
action System.Action
commentLength int
commentOffset int
dateTime System.DateTime
label string
labelCommentLength int
labelCommentOffset int
prevRevOffset int
revision int
user string

Public Methods

Method Description
Dump ( TextWriter writer ) : void
PeekAction ( BufferReader reader ) : System.Action
Read ( BufferReader reader, RecordHeader header ) : void

Method Details

Dump() public method

public Dump ( TextWriter writer ) : void
writer System.IO.TextWriter
return void

PeekAction() public static method

public static PeekAction ( BufferReader reader ) : System.Action
reader BufferReader
return System.Action

Read() public method

public Read ( BufferReader reader, RecordHeader header ) : void
reader BufferReader
header RecordHeader
return void

Property Details

action protected property

protected Action,System action
return System.Action

commentLength protected property

protected int commentLength
return int

commentOffset protected property

protected int commentOffset
return int

dateTime protected property

protected DateTime,System dateTime
return System.DateTime

label protected property

protected string label
return string

labelCommentLength protected property

protected int labelCommentLength
return int

labelCommentOffset protected property

protected int labelCommentOffset
return int

prevRevOffset protected property

protected int prevRevOffset
return int

revision protected property

protected int revision
return int

user protected property

protected string user
return string