C# 클래스 PurplePen.DescriptionLine

Describes one line in a abstract view of a control description sheet.
파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
boxes object[]
controlId Id
courseControlId Id
courseControlId2 Id
isLeg bool
kind DescriptionLineKind
textLineKind TextLineKind
textual string

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
NoBoundaryBetween ( DescriptionLine descLine1, DescriptionLine descLine2 ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

NoBoundaryBetween() 공개 정적인 메소드

public static NoBoundaryBetween ( DescriptionLine descLine1, DescriptionLine descLine2 ) : bool
descLine1 DescriptionLine
descLine2 DescriptionLine
리턴 bool

프로퍼티 상세

boxes 공개적으로 프로퍼티

public object[] boxes
리턴 object[]

controlId 공개적으로 프로퍼티

public Id controlId
리턴 Id

courseControlId 공개적으로 프로퍼티

public Id courseControlId
리턴 Id

courseControlId2 공개적으로 프로퍼티

public Id courseControlId2
리턴 Id

isLeg 공개적으로 프로퍼티

public bool isLeg
리턴 bool

kind 공개적으로 프로퍼티

public DescriptionLineKind kind
리턴 DescriptionLineKind

textLineKind 공개적으로 프로퍼티

public TextLineKind textLineKind
리턴 TextLineKind

textual 공개적으로 프로퍼티

public string textual
리턴 string