For Babelfish Release 1.11.1.3

ClubLicense Class

Describes an Orion license an Orion user may have.

Definition

Namespace: Scopos.BabelFish.DataModel.Clubs
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class ClubLicense : IObjectRelationalMapper
Inheritance
Object    ClubLicense
Implements
IObjectRelationalMapper

Constructors

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetDownloadDate 
GetExpirationDate 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetDownloadDate 
SetExpirationDate 
ToString
(Overrides ObjectToString)

See Also