For Babelfish Release 1.11.1.3

ClubLicenseCapability Enumeration

Medea called these LicenseFeature

Definition

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

Members

VIS_SCANNER0 Allows customers to scan and score paper targets with Orion.
SCORECARD1 Allows customer to access the online Scorecard app (which is now deprecated).
CMP_CT_UPLOAD2 Allows customer to use the password protected CMP upload feature.
PRIVILEGED3 Allows customer to access Scopos protected functionality.

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