C# Class PurplePen.DescriptionLine

Describes one line in a abstract view of a control description sheet.
ファイルを表示 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_oe property

public object[] boxes
return object[]

controlId public_oe property

public Id controlId
return Id

courseControlId public_oe property

public Id courseControlId
return Id

courseControlId2 public_oe property

public Id courseControlId2
return Id

isLeg public_oe property

public bool isLeg
return bool

kind public_oe property

public DescriptionLineKind kind
return DescriptionLineKind

textLineKind public_oe property

public TextLineKind textLineKind
return TextLineKind

textual public_oe property

public string textual
return string