[SerializableAttribute]
public class MatchAbbr| ClubURL | |
| ClubURLRezults | The full URL for the owner's club URL. |
| CourseOfFireDef | |
| 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 | |
| Location | |
| MatchContacts | |
| MatchID | Unique MatchID for the competition to get squadding for. Will match exactly (assuming no errors) of the MatchID in the GetMatchDetailRequest. |
| 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 | |
| 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) |
| GetEndDate | Returns the value of .EndDate as a DateTime instance. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetStartDate | Returns the value of .StartDate as a DateTime instnace. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnDeserialized | |
| ToString | (Overrides ObjectToString) |