[SerializableAttribute]
public class MatchAbbr| MatchAbbr | Public constructor. |
| ClubURL | The url folder path for the owner of this match. For the complete url see |
| ClubURLRezults | The full URL for the owner's club URL. |
| CourseOfFireDef |
The SetName of the course of fire shot in this match.
|
| EndDate | End Date of the Match. Formatted as YYYY-MM-dd. To retreive the End Date as a DateTime use GetEndDate(). |
| IsGoingOnNow | Returns a boolean indicating if the match is scheduled to be going on today. Is based off of both the .StartDate and .EndDate. |
| IsInFuture | Returns a boolean indicating if the match is scheduled to take place in the future. Is based off of the match's .StartDate |
| IsInThePast | Returns a boolean indicating if the match schedule is in the past (has completed). Is based off of the match's .EndDate |
| IsVirtualMatch |
Helper method that returns a boolean indicating if this match is a virtual match.
|
| Location | Where this match took place. |
| MatchContacts | A list of contacts for this match, such as the match director. |
| MatchID | Unique for the competition. May use this value with other OrionMatchAPI calls including . |
| MatchName | Name of the Match |
| OwnerId | The orion account or at home account who owns this match. |
| OwnerName | Human readable name of the Owner, usually a school or club name. |
| ParentID | If this is a Virtual Match, this is the of the parent match. |
| ResultURL | External Result URL |
| ScoringSystems |
A list of scoring systems used in this match.
|
| ShootingStyle | The high level shooting style that this match was conducted under. |
| StartDate | Start Date of the Match. Formatted as YYYY-MM-dd. To retreive the Start Date as a DateTime use SetEndDate(). |
| 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) |
| 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) |