For Babelfish Release 1.11.1.3

ClubDetail Class

Complete data about an Orion club account.

Definition

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

Constructors

Properties

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 
CityObsolete
CountryObsolete
Email The email address of the club. May in fact be the email address of the administrator.
Obsolete
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.
Obsolete
PostalCodeObsolete
StateObsolete
Street1Obsolete
Street2Obsolete
URLPath The URL path in www.Scopos.net/clubs/{path} linking to their team page.

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)
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)
ToString
(Overrides ObjectToString)

See Also