C# Class CapDemo.BL.RoundBL

Afficher le fichier Open project: antang/NewCapstoneProject Class Usage Examples

Méthodes publiques

Méthode Description
AddRound ( Round Round ) : bool
DeleteRoundbyID ( Round Round ) : bool
ExistRound ( Round Round ) : bool
GetRound ( ) : List
GetRoundByIDCompetition ( Round round ) : List
MaxIDRound ( ) : int
RoundBL ( ) : System

Method Details

AddRound() public méthode

public AddRound ( Round Round ) : bool
Round CapDemo.DO.Round
Résultat bool

DeleteRoundbyID() public méthode

public DeleteRoundbyID ( Round Round ) : bool
Round CapDemo.DO.Round
Résultat bool

ExistRound() public méthode

public ExistRound ( Round Round ) : bool
Round CapDemo.DO.Round
Résultat bool

GetRound() public méthode

public GetRound ( ) : List
Résultat List

GetRoundByIDCompetition() public méthode

public GetRoundByIDCompetition ( Round round ) : List
round CapDemo.DO.Round
Résultat List

MaxIDRound() public méthode

public MaxIDRound ( ) : int
Résultat int

RoundBL() public méthode

public RoundBL ( ) : System
Résultat System