메소드 | 설명 | |
---|---|---|
AddNewArtist ( String artistName ) : |
||
DeleteConcert ( int concertId ) : System.Boolean | ||
GetArtistById ( int artistId ) : |
||
GetArtistByName ( String artistName ) : |
||
GetArtists ( ) : List |
||
GetConcertById ( int concertId ) : |
||
GetConcertByName ( String concertName ) : |
||
GetConcertIdToDbSaveMap ( ) : int>>.List |
||
GetConcerts ( int venueId, bool orderByName = false ) : List |
||
SaveNewConcert ( String concertName, String concertDescription, System.DateTime concertDateTime, ServerTargetEnum saveToDatabase, int concertVenueId, int performerId ) : |
메소드 | 설명 | |
---|---|---|
PopulateSingleArtistFromDbReader ( System.Data.SqlClient.SqlDataReader dbReader ) : |
||
PopulateSingleConcertFromDbReader ( System.Data.SqlClient.SqlDataReader dbReader ) : |
public AddNewArtist ( String artistName ) : |
||
artistName | String | |
리턴 |
public DeleteConcert ( int concertId ) : System.Boolean | ||
concertId | int | |
리턴 | System.Boolean |
public GetArtistById ( int artistId ) : |
||
artistId | int | |
리턴 |
public GetArtistByName ( String artistName ) : |
||
artistName | String | |
리턴 |
public GetConcertById ( int concertId ) : |
||
concertId | int | |
리턴 |
public GetConcertByName ( String concertName ) : |
||
concertName | String | |
리턴 |
public GetConcerts ( int venueId, bool orderByName = false ) : List |
||
venueId | int | |
orderByName | bool | |
리턴 | List |
public SaveNewConcert ( String concertName, String concertDescription, System.DateTime concertDateTime, ServerTargetEnum saveToDatabase, int concertVenueId, int performerId ) : |
||
concertName | String | |
concertDescription | String | |
concertDateTime | System.DateTime | |
saveToDatabase | ServerTargetEnum | |
concertVenueId | int | |
performerId | int | |
리턴 |