C# Class CapDemo.BL.PlayerBL

Show file Open project: antang/NewCapstoneProject Class Usage Examples

Public Methods

Method Description
AddPlayer ( Player Player ) : bool
DeletePlayerbyID ( Player Player ) : bool
DeletePlayerbyIDContest ( Player Player ) : bool
EditPlayerbyID ( Player Player ) : bool
GetPlayer ( ) : List
GetPlayerByIDContest ( Player player ) : List
GetPlayerByIDplayer ( Player player ) : List
PlayerBL ( ) : System

Method Details

AddPlayer() public method

public AddPlayer ( Player Player ) : bool
Player CapDemo.DO.Player
return bool

DeletePlayerbyID() public method

public DeletePlayerbyID ( Player Player ) : bool
Player CapDemo.DO.Player
return bool

DeletePlayerbyIDContest() public method

public DeletePlayerbyIDContest ( Player Player ) : bool
Player CapDemo.DO.Player
return bool

EditPlayerbyID() public method

public EditPlayerbyID ( Player Player ) : bool
Player CapDemo.DO.Player
return bool

GetPlayer() public method

public GetPlayer ( ) : List
return List

GetPlayerByIDContest() public method

public GetPlayerByIDContest ( Player player ) : List
player CapDemo.DO.Player
return List

GetPlayerByIDplayer() public method

public GetPlayerByIDplayer ( Player player ) : List
player CapDemo.DO.Player
return List

PlayerBL() public method

public PlayerBL ( ) : System
return System