[SerializableAttribute]
public class SimpleCOF : ITelerikBindModel, IReconfigurableRulebookObject,
IGetCourseOfFireDefinition| SimpleCOF | Public constructor |
| Comment | Internal documentation comments. All text is ignored by the system. |
| Components | Components, roughly, describe the stages of this SimpleCOF. |
| CourseOfFireDef | The set name of the Course of Fire definition that this simple COF is emulating. |
| Name |
Helper function that retreives the common name of the referrenced COURSE OF FIRE.
The method relies on the COURSE OF FIRE being loaded into the DefinitionCache (which is usually the case). If it is not, the string "Default" is instead returned. |
| ScoreFormat | The ScoreFormat to use (e.g. Events or Shots), that is defined by the parent's Event Style .ScoreFormatCollectionDef, to use when displaying scores with this SimpleCOFComponent. |
| TextField | Short, human redable field. Should be unique within all instances of the class. The string value that the user will see and select from. Each object in the list should have a unique TextField value. |
| ValueField | Unique string value representing this instance. A unique string value that represents the object. Each object in the list must have a unique ValueField value. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetCourseOfFireDefinitionAsync | Retreives the COURSE OF FIRE Definition referenced by the instantiating class. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |