OrganizationPerson Class

Person connected to a team, club or district

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 OrganizationPerson
Inheritance
Object    OrganizationPerson

Constructors

OrganizationPersonInitializes a new instance of the OrganizationPerson class

Properties

ClubId Id of the club
ClubName Name of the club
Email Email
FirstName First Name of player
LastChangedDate Date when the person was last modified
MobilePhone Mobile phone number
PersonId Id of the person
PersonInfoHidden This value is true if person info is left out. This is the case if the person is under 15
RoleId The type of role the person has
RoleName The name of role the person has
SurName SurName of player
TeamId Id of the team
TeamName Name of the team

See Also