C# Class Hpdi.VssPhysicalLib.RevisionRecord

VSS record representing a project/file revision.
Inheritance: VssRecord
Mostra 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_oe property

protected Action,System action
return System.Action

commentLength protected_oe property

protected int commentLength
return int

commentOffset protected_oe property

protected int commentOffset
return int

dateTime protected_oe property

protected DateTime,System dateTime
return System.DateTime

label protected_oe property

protected string label
return string

labelCommentLength protected_oe property

protected int labelCommentLength
return int

labelCommentOffset protected_oe property

protected int labelCommentOffset
return int

prevRevOffset protected_oe property

protected int prevRevOffset
return int

revision protected_oe property

protected int revision
return int

user protected_oe property

protected string user
return string