C# 클래스 PurplePen.Course

상속: StorableObject
파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
climb float
descKind DescriptionKind
firstControlOrdinal int
firstCourseControl Id
kind CourseKind
labelKind ControlLabelKind
load int
name string
overrideCourseLength float?
partOptions PartOptions>.Dictionary
partPrintAreas PrintArea>.Dictionary
printArea PrintArea
printScale float
relayLegs int
relayTeams int
scoreColumn int
secondaryTitle string
sortOrder int

공개 메소드들

메소드 설명
Clone ( ) : StorableObject
Course ( ) : System
Course ( CourseKind kind, string name, float printScale, int sortOrder ) : System
Equals ( object obj ) : bool
ReadAttributesAndContent ( XmlInput xmlinput ) : void
UpdateUnknownPageSizes ( RectangleF mapBounds, float mapScale ) : void
Validate ( Id id, EventDB validateInfo ) : void
ValidateCourseControl ( Id courseControl, Id idCourse, EventDB validateInfo ) : void
WriteAttributesAndContent ( System xmloutput ) : void

비공개 메소드들

메소드 설명
ValidateCourseControlsToJoin ( Id nextCourseControl, Id idJoin, Id idCourse, EventDB validateInfo ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : StorableObject
리턴 StorableObject

Course() 공개 메소드

public Course ( ) : System
리턴 System

Course() 공개 메소드

public Course ( CourseKind kind, string name, float printScale, int sortOrder ) : System
kind CourseKind
name string
printScale float
sortOrder int
리턴 System

Equals() 공개 메소드

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

ReadAttributesAndContent() 공개 메소드

public ReadAttributesAndContent ( XmlInput xmlinput ) : void
xmlinput XmlInput
리턴 void

UpdateUnknownPageSizes() 공개 메소드

public UpdateUnknownPageSizes ( RectangleF mapBounds, float mapScale ) : void
mapBounds System.Drawing.RectangleF
mapScale float
리턴 void

Validate() 공개 메소드

public Validate ( Id id, EventDB validateInfo ) : void
id Id
validateInfo EventDB
리턴 void

ValidateCourseControl() 공개 메소드

public ValidateCourseControl ( Id courseControl, Id idCourse, EventDB validateInfo ) : void
courseControl Id
idCourse Id
validateInfo EventDB
리턴 void

WriteAttributesAndContent() 공개 메소드

public WriteAttributesAndContent ( System xmloutput ) : void
xmloutput System
리턴 void

프로퍼티 상세

climb 공개적으로 프로퍼티

public float climb
리턴 float

descKind 공개적으로 프로퍼티

public DescriptionKind descKind
리턴 DescriptionKind

firstControlOrdinal 공개적으로 프로퍼티

public int firstControlOrdinal
리턴 int

firstCourseControl 공개적으로 프로퍼티

public Id firstCourseControl
리턴 Id

kind 공개적으로 프로퍼티

public CourseKind kind
리턴 CourseKind

labelKind 공개적으로 프로퍼티

public ControlLabelKind labelKind
리턴 ControlLabelKind

load 공개적으로 프로퍼티

public int load
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

overrideCourseLength 공개적으로 프로퍼티

public float? overrideCourseLength
리턴 float?

partOptions 공개적으로 프로퍼티

public Dictionary partOptions
리턴 PartOptions>.Dictionary

partPrintAreas 공개적으로 프로퍼티

public Dictionary partPrintAreas
리턴 PrintArea>.Dictionary

printArea 공개적으로 프로퍼티

public PrintArea,PurplePen printArea
리턴 PrintArea

printScale 공개적으로 프로퍼티

public float printScale
리턴 float

relayLegs 공개적으로 프로퍼티

public int relayLegs
리턴 int

relayTeams 공개적으로 프로퍼티

public int relayTeams
리턴 int

scoreColumn 공개적으로 프로퍼티

public int scoreColumn
리턴 int

secondaryTitle 공개적으로 프로퍼티

public string secondaryTitle
리턴 string

sortOrder 공개적으로 프로퍼티

public int sortOrder
리턴 int