For Babelfish Release 1.11.1.3

SimpleCOF Class

A "SimpleCOF" defines the type of StageStyles that make it up and the number of shots per StageStyle. It does not define any structure, time limites, ranking rules etc.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
[SerializableAttribute]
public class SimpleCOF : ITelerikBindModel, IReconfigurableRulebookObject, 
	IGetCourseOfFireDefinition
Inheritance
Object    SimpleCOF
Implements
IGetCourseOfFireDefinition, IReconfigurableRulebookObject, ITelerikBindModel

Constructors

SimpleCOF Public constructor

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

See Also