Property | Type | Description | |
---|---|---|---|
controlCodeMap | string>.Dictionary |
||
coordinateMapper | |||
eventDB | |||
mapBounds | |||
modificationDate | DateTimeOffset | ||
xmlWriter |
Method | Description | |
---|---|---|
WriteXml ( string filename, |
Method | Description | |
---|---|---|
GetClassNames ( |
||
WriteControlPoint ( ControlPointKind controlKind, |
||
WriteControls ( ControlPointKind controlKind, string codePrefix ) : void | ||
WriteCourseControl ( ControlPointKind kind, |
||
WriteCourseEnd ( ) : void | ||
WriteCourseGroupEnd ( ) : void | ||
WriteCourseGroupStart ( string courseName, int courseNumber, string classNames, bool isScore ) : void | ||
WriteCourseStart ( |
||
WriteCourseVariations ( Id |
||
WriteCourses ( ) : void | ||
WriteEnd ( ) : void | ||
WriteSingleCourseVariation ( |
||
WriteStart ( ) : void |
Method | Description | |
---|---|---|
WriteCourse ( Id |
protected GetClassNames ( |
||
eventDB | ||
courseId | Id |
|
return | string[] |
protected abstract WriteControlPoint ( ControlPointKind controlKind, |
||
controlKind | ControlPointKind | |
control | ||
code | string | |
return | void |
protected WriteControls ( ControlPointKind controlKind, string codePrefix ) : void | ||
controlKind | ControlPointKind | |
codePrefix | string | |
return | void |
protected abstract WriteCourseControl ( ControlPointKind kind, |
||
kind | ControlPointKind | |
controlView | ||
isScore | bool | |
sequenceNumber | int | |
distanceThisLeg | float | |
return | void |
protected abstract WriteCourseGroupEnd ( ) : void | ||
return | void |
protected abstract WriteCourseGroupStart ( string courseName, int courseNumber, string classNames, bool isScore ) : void | ||
courseName | string | |
courseNumber | int | |
classNames | string | |
isScore | bool | |
return | void |
protected abstract WriteCourseStart ( |
||
courseView | ||
courseName | string | |
courseNumber | int | |
classNames | string | |
isScore | bool | |
variationNumber | int | |
variationInfo | ||
return | void |
protected WriteCourseVariations ( Id |
||
courseId | Id |
|
courseName | string | |
courseNumber | int | |
classNames | string | |
isScore | bool | |
return | void |
protected WriteSingleCourseVariation ( |
||
courseDesignator | ||
courseName | string | |
courseNumber | int | |
classNames | string | |
isScore | bool | |
variationNumber | int | |
variationInfo | ||
return | void |
public WriteXml ( string filename, |
||
filename | string | |
eventDB | ||
mapBounds | ||
coordinateMapper | ||
return | void |
protected Dictionary |
||
return | string>.Dictionary |
protected CoordinateMapper,PurplePen coordinateMapper | ||
return |
protected RectangleF,System.Drawing mapBounds | ||
return |
protected DateTimeOffset modificationDate | ||
return | DateTimeOffset |