public class ClubLicense : IObjectRelationalMapper| Capabilities | The list of capabilities this license includes. |
| DownloadCode | A short, 6 to 8 character random code the existing user may use to install this sub license. It is valid once and then only until the download date. |
| DownloadDate | The date that the DownloadCode is valid until. Formatted as yyyy-MM-dd |
| ExpirationDate | The date this license expires. Formatted as yyyy-MM-dd. To Get/Set ExpriationDate as a DateTime object use GetExpirationDate() or SetExpriationDate() |
| LicenseFile | The complete, multi-line next of the license file. An empty string means the license file is either not genratated or it's expired. |
| LicenseType | The type of license this is. |
| 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 | Notes the Shooter's Tech support team took pertaining to this license. |
| SubLicense | Typically a single character, uniquely identifying a single license an Orion Club owns. |
| 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) |
| GetDownloadDate | |
| GetExpirationDate | |
| 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) |
| SetDownloadDate | |
| SetExpirationDate | |
| ToString | (Overrides ObjectToString) |