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) ITransitRepository.GetAllProjectの例
プログラミング言語:
C# (CSharp)
クラス/型:
ITransitRepository
メソッド/関数:
GetAllProject
hotexamples.comのコード掲載数:
1
C# (CSharp) ITransitRepository.GetAllProject - 1件のコード例が見つかりました
。すべてオープンソースプロジェクトから抽出されたC# (CSharp)の
ITransitRepository.GetAllProject
の実例で、最も評価が高いものを厳選しています。コード例の評価を行っていただくことで、より質の高いコード例が表示されるようになります。
よく使われるメソッド
表示
非表示
Get(4)
Add(2)
GetStaticDataAsync(2)
GetSerializedStaticDataAsync(2)
GetPlatformTagsAsync(2)
GetByClient(2)
InsertAsync(2)
GetAll(1)
GetByApplication(1)
GetWorkTypeById(1)
GetTransitData(1)
Add_ProjectPlan_ReturnId(1)
Delete(1)
GetScheduleAsync(1)
GetProjectPlanById(1)
GetProjectById(1)
GetPostById(1)
DeleteAsync(1)
DeleteEntity(1)
GetAsync(1)
GetAllAttachment(1)
GetAllWorkType(1)
GetAllTransitInfo_EnableForCombo_Worker(1)
GetAllTransitInfoWithPerson(1)
AddEntity(1)
GetAllProjectPlanForCombo(1)
GetAllProjectPlan(1)
GetAllProject(1)
GetAllPost(1)
GetAllPerson(1)
GetAllCurrentState(1)
GetAllAttachmentForShow(1)
GetAllRating(1)
よく使われるメソッド
Get (4)
Add (2)
GetStaticDataAsync (2)
GetSerializedStaticDataAsync (2)
GetPlatformTagsAsync (2)
GetByClient (2)
InsertAsync (2)
GetAll (1)
GetByApplication (1)
GetWorkTypeById (1)
よく使われるメソッド
GetTransitData (1)
Add_ProjectPlan_ReturnId (1)
Delete (1)
GetScheduleAsync (1)
GetProjectPlanById (1)
GetProjectById (1)
GetPostById (1)
DeleteAsync (1)
DeleteEntity (1)
GetAsync (1)
GetAllAttachment (1)
GetAllWorkType (1)
GetAllTransitInfo_EnableForCombo_Worker (1)
GetAllTransitInfoWithPerson (1)
AddEntity (1)
GetAllProjectPlanForCombo (1)
GetAllProjectPlan (1)
GetAllProject (1)
GetAllPost (1)
GetAllPerson (1)
よく使われるメソッド
GetAllAttachment (1)
GetAllWorkType (1)
GetAllTransitInfo_EnableForCombo_Worker (1)
GetAllTransitInfoWithPerson (1)
AddEntity (1)
GetAllProjectPlanForCombo (1)
GetAllProjectPlan (1)
GetAllProject (1)
GetAllPost (1)
GetAllPerson (1)
GetAllCurrentState (1)
GetAllAttachmentForShow (1)
GetAllRating (1)
よく使われるメソッド
GetAllCurrentState (1)
GetAllAttachmentForShow (1)
GetAllRating (1)
コード例 #1
0
ファイルを表示
ファイル:
TransitController.cs
プロジェクト:
hsadeghij/OneUnit
public IActionResult Index() { ViewBag.Project = _repository.GetAllProject(); return(View()); }
x