Метод |
Описание |
|
CanDelete ( ArtistPage artistPage ) : bool |
|
|
CanEdit ( ArtistPage ArtistPage ) : bool |
|
|
DeleteArtistPage ( int artistPageId ) : IHttpActionResult |
|
|
DeletePageManager ( int artistPageId, int customerId ) : IHttpActionResult |
|
|
Editor ( int artistPageId ) : IHttpActionResult |
|
|
Get ( int id ) : IHttpActionResult |
|
|
GetArtistNameAvailability ( string name ) : IHttpActionResult |
|
|
GetArtistSongPreviewUrl ( string trackId ) : IHttpActionResult |
|
|
GetArtistSongs ( string artistName ) : IHttpActionResult |
|
|
GetArtistSongsByArtistPage ( int artistPageId ) : IHttpActionResult |
|
|
GetEligibleManagers ( int artistPageId ) : IHttpActionResult |
|
|
GetPageManagers ( int artistPageId ) : IHttpActionResult |
|
|
GetPagesAsManager ( ) : IHttpActionResult |
|
|
GetPaymentMethod ( int artistPageId ) : IHttpActionResult |
|
|
GetPurchasedSongs ( int artistPageId, int Count = 15, int Page = 1 ) : IHttpActionResult |
|
|
GetRelatedArtists ( int artistId ) : IHttpActionResult |
|
|
IsArtistPageNameAvailable ( string name, string &artistJson ) : bool |
|
|
MyArtistPages ( string search = "", int count = 15, int page = 1 ) : IHttpActionResult |
|
|
SaveArtist ( ArtistPageModel model ) : IHttpActionResult |
|
|
SavePageManager ( int artistPageId, int customerId ) : IHttpActionResult |
|
|
SavePaymentMethod ( ArtistPagePaymentModel Model ) : IHttpActionResult |
|
|
SaveRemoteArtistToDB ( string artistJson ) : ArtistPage |
|
|
Search ( string term, int Count = 15, int Page = 1, bool SearchDescriptions = false ) : IHttpActionResult |
|
|
UpdateArtistData ( Microsoft.Owin.FormCollection parameters ) : IHttpActionResult |
|
|
UploadPicture ( int artistPageId, IEnumerable file ) : IHttpActionResult |
|
|