[SerializableAttribute]
public class Score| D | Score in decimal value |
| I | Score in integer value |
| IsZero | Returns a boolean indicating if this Score is 0 (all values are zero). |
| J | Special use case score. Value is displayed to one decimal place. Known to be used to hold a averaged integer score, or in Group Mode to display the Area of the shot group. |
| K | Special use case score. Value is displayed to one decimal place. Known to be used to hold an averaged decimal score, or in Group Mode to display the Roundness of the shot group. |
| L | Special use case score. Value is displayed to one decimal place. Known to be used to hold an averaged inner ten score, or in Group Mode to display the distance the center of the group is from the center of the target. |
| NumShotsFired | This field is used internally to BabelFish only. Its value is neither written to or read from JSON. |
| S | Special Sum score. Usually used in an Event to add the Integer value from one child Event with the Decimal value from a different child Event. ONly applicable to Scores from Event Stypes == EVENT. |
| X | Number of inner tens. |
| Add | |
| 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) |
| GetAvgShotFired | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetScoreComponentScore | |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | (Overrides ObjectToString) |
| ToString(ScoreComponent) | |
| ToString(ScoreFormatCollection, String) |