C# Class PurplePen.DescriptionLine

Describes one line in a abstract view of a control description sheet.
Show file Open project: petergolde/PurplePen Class Usage Examples

Public Properties

Property Type Description
boxes object[]
controlId Id
courseControlId Id
courseControlId2 Id
isLeg bool
kind DescriptionLineKind
textLineKind TextLineKind
textual string

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
NoBoundaryBetween ( DescriptionLine descLine1, DescriptionLine descLine2 ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

NoBoundaryBetween() public static method

public static NoBoundaryBetween ( DescriptionLine descLine1, DescriptionLine descLine2 ) : bool
descLine1 DescriptionLine
descLine2 DescriptionLine
return bool

Property Details

boxes public property

public object[] boxes
return object[]

controlId public property

public Id controlId
return Id

courseControlId public property

public Id courseControlId
return Id

courseControlId2 public property

public Id courseControlId2
return Id

isLeg public property

public bool isLeg
return bool

kind public property

public DescriptionLineKind kind
return DescriptionLineKind

textLineKind public property

public TextLineKind textLineKind
return TextLineKind

textual public property

public string textual
return string