C# Class PurplePen.ExportXmlVersion3

Inheritance: ExportXmlBase
Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Méthode Description
TestFileExceptionMap ( ) : string>.Dictionary

Méthodes protégées

Méthode Description
WriteControlPoint ( ControlPointKind controlKind, ControlPoint control, string code ) : void
WriteCourseControl ( ControlPointKind kind, CourseView controlView, bool isScore, int &sequenceNumber, float &distanceThisLeg ) : void
WriteCourseEnd ( ) : void
WriteCourseGroupEnd ( ) : void
WriteCourseGroupStart ( string courseName, int courseNumber, string classNames, bool isScore ) : void
WriteCourseStart ( CourseView courseView, string courseName, int courseNumber, string classNames, bool isScore, int variationNumber, VariationInfo variationInfo ) : void
WriteEnd ( ) : void
WriteStart ( ) : void

Private Methods

Méthode Description
WriteEventInfo ( ) : void
WriteMapInfo ( ) : void

Method Details

TestFileExceptionMap() public static méthode

public static TestFileExceptionMap ( ) : string>.Dictionary
Résultat string>.Dictionary

WriteControlPoint() protected méthode

protected WriteControlPoint ( ControlPointKind controlKind, ControlPoint control, string code ) : void
controlKind ControlPointKind
control ControlPoint
code string
Résultat void

WriteCourseControl() protected méthode

protected WriteCourseControl ( ControlPointKind kind, CourseView controlView, bool isScore, int &sequenceNumber, float &distanceThisLeg ) : void
kind ControlPointKind
controlView CourseView
isScore bool
sequenceNumber int
distanceThisLeg float
Résultat void

WriteCourseEnd() protected méthode

protected WriteCourseEnd ( ) : void
Résultat void

WriteCourseGroupEnd() protected méthode

protected WriteCourseGroupEnd ( ) : void
Résultat void

WriteCourseGroupStart() protected méthode

protected WriteCourseGroupStart ( string courseName, int courseNumber, string classNames, bool isScore ) : void
courseName string
courseNumber int
classNames string
isScore bool
Résultat void

WriteCourseStart() protected méthode

protected WriteCourseStart ( CourseView courseView, string courseName, int courseNumber, string classNames, bool isScore, int variationNumber, VariationInfo variationInfo ) : void
courseView CourseView
courseName string
courseNumber int
classNames string
isScore bool
variationNumber int
variationInfo VariationInfo
Résultat void

WriteEnd() protected méthode

protected WriteEnd ( ) : void
Résultat void

WriteStart() protected méthode

protected WriteStart ( ) : void
Résultat void