Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IActorRepository.GetAllActive示例
编程语言:
C# (CSharp)
类/类型:
IActorRepository
方法/功能:
GetAllActive
hotexamples.com的示例:
1
C# (CSharp) IActorRepository.GetAllActive - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IActorRepository.GetAllActive
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
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
显示文件
public List <Actor> GetAll() { return(_repository.GetAllActive()); }
x