Метод | Описание | |
---|---|---|
AddControlPoint ( |
||
AddCourse ( |
||
AddCourseControl ( |
||
AddLeg ( |
||
AddSpecial ( |
||
ChangeEvent ( |
||
CheckControlId ( Id |
||
CheckCourseControlId ( Id |
||
CheckCourseId ( Id |
||
CheckLegId ( Id |
||
CheckSpecialId ( Id |
||
EventDB ( UndoMgr undomgr ) : System | ||
GetControl ( Id |
||
GetCourse ( Id |
||
GetCourseControl ( Id |
||
GetEvent ( ) : |
||
GetLeg ( Id |
||
GetSpecial ( Id |
||
IsControlPresent ( Id |
||
IsCourseControlPresent ( Id |
||
IsCoursePresent ( Id |
||
IsLegPresent ( Id |
||
IsSpecialPresent ( Id |
||
Load ( string filename ) : void |
Load the entire state of the event DB from a file.
|
|
RemoveControlPoint ( Id |
||
RemoveCourse ( Id |
||
RemoveCourseControl ( Id |
||
RemoveLeg ( Id |
||
RemoveSpecial ( Id |
||
ReplaceControlPoint ( Id |
||
ReplaceCourse ( Id |
||
ReplaceCourseControl ( Id |
||
ReplaceLeg ( Id |
||
ReplaceSpecial ( Id |
||
Save ( string filename ) : void |
Save the entire state of the event DB to a file.
|
|
Validate ( ) : void |
Validate that items in the event DB are internally consistent.
|
Метод | Описание | |
---|---|---|
FixControlPointGaps ( ) : void | ||
FixCourseSortOrders ( ) : void | ||
FixPrintAreas ( ) : void |
public AddControlPoint ( |
||
control | ||
Результат | Id |
public AddCourseControl ( |
||
courseControl | ||
Результат | Id |
public AddSpecial ( |
||
special | ||
Результат | Id |
public CheckCourseControlId ( Id |
||
id | Id |
|
Результат | void |
public EventDB ( UndoMgr undomgr ) : System | ||
undomgr | UndoMgr | |
Результат | System |
public GetControl ( Id |
||
controlId | Id |
|
Результат |
public GetCourseControl ( Id |
||
courseControlId | Id |
|
Результат |
public GetSpecial ( Id |
||
specialId | Id |
|
Результат |
public IsCourseControlPresent ( Id |
||
id | Id |
|
Результат | bool |
public RemoveControlPoint ( Id |
||
id | Id |
|
Результат | void |
public RemoveCourseControl ( Id |
||
id | Id |
|
Результат | void |
public ReplaceControlPoint ( Id |
||
id | Id |
|
control | ||
Результат | void |
public ReplaceCourse ( Id |
||
id | Id |
|
course | ||
Результат | void |
public ReplaceCourseControl ( Id |
||
id | Id |
|
courseControl | ||
Результат | void |
public ReplaceLeg ( Id |
||
id | Id |
|
leg | ||
Результат | void |
public ReplaceSpecial ( Id |
||
id | Id |
|
special | ||
Результат | void |