C# Class CapDemo.BL.RoundBL

Datei anzeigen Open project: antang/NewCapstoneProject Class Usage Examples

Public Methods

Method 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 method

public AddRound ( Round Round ) : bool
Round CapDemo.DO.Round
return bool

DeleteRoundbyID() public method

public DeleteRoundbyID ( Round Round ) : bool
Round CapDemo.DO.Round
return bool

ExistRound() public method

public ExistRound ( Round Round ) : bool
Round CapDemo.DO.Round
return bool

GetRound() public method

public GetRound ( ) : List
return List

GetRoundByIDCompetition() public method

public GetRoundByIDCompetition ( Round round ) : List
round CapDemo.DO.Round
return List

MaxIDRound() public method

public MaxIDRound ( ) : int
return int

RoundBL() public method

public RoundBL ( ) : System
return System