Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
C# (CSharp) IActorRepository.DeleteImageの例
プログラミング言語:
C# (CSharp)
クラス/型:
IActorRepository
メソッド/関数:
DeleteImage
hotexamples.comのコード掲載数:
1
C# (CSharp) IActorRepository.DeleteImage - 1件のコード例が見つかりました
。すべてオープンソースプロジェクトから抽出されたC# (CSharp)の
IActorRepository.DeleteImage
の実例で、最も評価が高いものを厳選しています。コード例の評価を行っていただくことで、より質の高いコード例が表示されるようになります。
よく使われるメソッド
表示
非表示
Add(14)
Delete(13)
GetActors(10)
GetActor(10)
GetById(9)
DeleteActor(9)
GetAll(9)
AddActor(8)
GetActorById(7)
DeleteAsync(5)
FindById(5)
GetAsync(5)
Get(5)
Create(4)
GetAllActors(4)
FindByAsync(3)
GetActorAsync(3)
AddAsync(3)
GetActorByID(2)
Exists(2)
GetActorByName(2)
GetAllAsync(2)
GetByFilm(2)
GetActorByIdAsync(2)
ActorExists(2)
FindAll(2)
Count(2)
AllAsync(1)
CheckExistById(1)
GetActorsByCountry(1)
GetActorsById(1)
GetActorsByMovie(1)
GetActorsByName(1)
GetActorsByNameSearchValue(1)
GetActorsInMovie(1)
GetAllActive(1)
Clear(1)
GetAllActorAvailable(1)
AddOrUpdateAsync(1)
GetAllActorsAsync(1)
AddNewActor(1)
GetAllQueryable(1)
GetAllUnHidedAsync(1)
AddMovieToActor(1)
AddActorByMovieId(1)
GetActorByNameAsync(1)
DeleteUserAsync(1)
Dispose(1)
FindAsync(1)
EditActor(1)
よく使われるメソッド
Add (14)
Delete (13)
GetActors (10)
GetActor (10)
GetById (9)
DeleteActor (9)
GetAll (9)
AddActor (8)
GetActorById (7)
DeleteAsync (5)
よく使われるメソッド
FindById (5)
GetAsync (5)
Get (5)
Create (4)
GetAllActors (4)
FindByAsync (3)
GetActorAsync (3)
AddAsync (3)
GetActorByID (2)
Exists (2)
GetActorByName (2)
GetAllAsync (2)
GetByFilm (2)
GetActorByIdAsync (2)
ActorExists (2)
FindAll (2)
Count (2)
AllAsync (1)
CheckExistById (1)
GetActorsByCountry (1)
よく使われるメソッド
GetActorByName (2)
GetAllAsync (2)
GetByFilm (2)
GetActorByIdAsync (2)
ActorExists (2)
FindAll (2)
Count (2)
AllAsync (1)
CheckExistById (1)
GetActorsByCountry (1)
GetActorsById (1)
GetActorsByMovie (1)
GetActorsByName (1)
GetActorsByNameSearchValue (1)
GetActorsInMovie (1)
GetAllActive (1)
Clear (1)
GetAllActorAvailable (1)
AddOrUpdateAsync (1)
GetAllActorsAsync (1)
AddNewActor (1)
GetAllQueryable (1)
GetAllUnHidedAsync (1)
AddMovieToActor (1)
AddActorByMovieId (1)
GetActorByNameAsync (1)
DeleteUserAsync (1)
Dispose (1)
FindAsync (1)
EditActor (1)
よく使われるメソッド
GetActorsById (1)
GetActorsByMovie (1)
GetActorsByName (1)
GetActorsByNameSearchValue (1)
GetActorsInMovie (1)
GetAllActive (1)
Clear (1)
GetAllActorAvailable (1)
AddOrUpdateAsync (1)
GetAllActorsAsync (1)
AddNewActor (1)
GetAllQueryable (1)
GetAllUnHidedAsync (1)
AddMovieToActor (1)
AddActorByMovieId (1)
GetActorByNameAsync (1)
DeleteUserAsync (1)
Dispose (1)
FindAsync (1)
EditActor (1)
EditAsync (1)
DeleteImage (1)
FetchActorOnMovie (1)
Find (1)
FindActor (1)
ActorsForDropdownList (1)
DeleteById (1)
CommitAsync (1)
DeleteAll (1)
FindByName (1)
FindIn (1)
GenerateActorId (1)
CreateNewUserAsync (1)
CreateAsync (1)
CreateActor (1)
GetActorByEmailAsync (1)
ClearAsync (1)
コード例 #1
0
ファイルを表示
ファイル:
ActorService.cs
プロジェクト:
Tanska-Wierzbinski/MovieManager_refactored
public async Task DeleteImage(string imageName) { await _actorRepository.DeleteImage(imageName); }
x