For Babelfish Release 1.11.1.3

ClubOptions Enumeration

Definition

Namespace: Scopos.BabelFish.DataModel.Clubs
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public enum ClubOptions

Members

ENABLEWWW0 The Club account has enabled their Rezults Team Page
AUTOACCEPT1 The Club has choosen to auto accept Virtual Match invitations.
EMAILNOTIFY2 I'm not entirely sure what we use this for
ADDTOEMAILLIST3 The Club has requested their POC / SEC contacts be added to Scopos' email list.
VALIDADDRESS4 The Club has a valid mailing address.

Extension Methods

Description Returns the Description attribute of an enum. If Description is not an attribute returns the .toString() value.
(Defined by EnumHelper)
GetAttributeOfTypeT Gets an attribute on an enum field value
(Defined by EnumHelper)

See Also