public class ClubDetail : IObjectRelationalMapper| AccountNumber | The orion account number, usually 4 digits. |
| AdministratorList | The list of people who are Administrators for this club. |
| ApiKey | The x-api-key for use by this Club. |
| ApiKeyId | |
| AWSAccessKeyId | |
| AWSRegion | |
| AWSSecretAccessKey | |
| City | |
| Country | |
|
The email address of the club. May in fact be the email address of the administrator.
| |
| Hometown | The city and state (and maybe country) where the club is from. |
| LicenseList | The list of Orion Licenses this Club has. Most Clubs will have exactly one license. |
| MemberSince | The date the orion account was created. Formatted as a string yyyy-MM-dd. To get/set MemberSince date as a DateTime object use GetMemberSince() or SetMemberSince(). |
| Name | The name of the club or individual who own's this Orion license. |
| NamespaceList | |
| NewRecord | Indicates if the instance class represents a new record (on that has not been saved yet) in the SQL table. A value of false means the record was previously saved to the SQL table. |
| Notes | A list of notes, written by the Shooter's Tech support team pertaining to this Orion Club. |
| Options | A list of optional services this club has subscribed to. |
| OwnerId | Formatted string identifying this is an Orion account and the Account Number. |
| Phone |
The phone number of the club. May in fact be the phone number of the club's administrator.
|
| PostalCode | |
| State | |
| Street1 | |
| Street2 | |
| URLPath | The URL path in www.Scopos.net/clubs/{path} linking to their team page. |
| 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 | (Overrides ObjectToString) |