TennisPlayer Class

MiniProjekt

TennisPlayer Class

This class will implement the information about the player
Inheritance Hierarchy
SystemObject  MiniProjektTennisPlayer

Namespace:  MiniProjekt
Assembly:  MiniProjekt - Tournament (in MiniProjekt - Tournament.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class TennisPlayer

The TennisPlayer type exposes the following members.

Constructors
Properties
  NameDescription
Private propertyDateOfBirth
TennisPlayer property
Public propertyFirstName
TennisPlayer property
Private propertyGender
TennisPlayer property
Public propertyIdentification
TennisPlayer property
Public propertyLastName
TennisPlayer property
Private propertyLicenseGot
TennisPlayer for the referee property
Private propertyLicenseRenewal
TennisPlayer for the referee property
Public propertyMiddleName
TennisPlayer property
Private propertyNationality
TennisPlayer property
Private propertyPlayerOrReferee
TennisPlayer property
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
ToString method Returns a string in which the object TennisPlayer should be represented
(Overrides ObjectToString.)
Top
See Also