ClubUser Class

Representation of a user with login credentials to fiks

Definition

Namespace: NFF.FIKS.EnterpriseServices.Components.Entities
Assembly: NFF.FIKS.EnterpriseServices.Components (in NFF.FIKS.EnterpriseServices.Components.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class ClubUser
Inheritance
Object    ClubUser

Constructors

ClubUserInitializes a new instance of the ClubUser class

Properties

ClubIdClub the user belongs to
DistrictIdDistrict the user belongs to
Email Email address of the user
FirstName Firstname of the user
IsAdm True if the user is a user has access to perform administrative taks
IsClubTournamentAdm True if the user has access to perform club tournament tasks
IsCompetenceAdm True if the user has access to manage competence
IsFutsalAdm True if the user has access to mange futsal palyers
IsMatchReporter True if the user is a user has access to perform match report tasks
IsPtsAdmContract True if the user has access to perform transfers for players with a contract
IsPtsAdmNoContract True if the user has access to perform transfers for players without a contract
IsQualityClubAdm True if the user has access to perform quality club tasks
IsRefereeInvoiceAdm True if the user has access to referee invoicing
IsTelenorXtraAdm True if the user has access to perform TelenorXtra club tasks
IsUserAdm True if the user has access to manage users
LastLogin Date/time the user was last logged in
MobilePhone Mobile phone number of the user
PersonInfoHidden True if person information is hidden
PlayerTransferAdmin True if the user has access to perform professional player transfers
SurName Surname of the user
UserTypeUserType
UserTypeName Name of the UserType

See Also