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) IComponentRepository.DeleteAsync示例
编程语言:
C# (CSharp)
类/类型:
IComponentRepository
方法/功能:
DeleteAsync
hotexamples.com的示例:
1
C# (CSharp) IComponentRepository.DeleteAsync - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IComponentRepository.DeleteAsync
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Get(11)
GetAll(9)
Delete(8)
GetById(6)
GetComponents(6)
GetComponent(6)
DeleteComponent(5)
Create(5)
GetComponentById(5)
Add(4)
CreateComponent(3)
Dispose(3)
GetAircraftBaseComponents(2)
AddAsync(2)
GetComponentDefinitionByIdAsync(2)
GetComponentsByModule(2)
Insert(2)
GetAircraftBaseComponentIds(2)
CreateAsync(2)
DeleteAsync(1)
GetComponentHistoryByCode(1)
AllArchivedInDepartment(1)
GetComponentAsync(1)
AddComponentsDisaptch(1)
GetComponentByName(1)
GetComponentByPriceAndQuality(1)
AddComponents(1)
AddComponentImage(1)
GetComponentImages(1)
GetByIdAsync(1)
GetComponentsByBaseComponentIds(1)
AddComponent(1)
GetComponentsByProductId(1)
GetComponentsWithComponentType(1)
GetStoreComponent(1)
AddCompleteDateToComponent(1)
GetByPageID(1)
GetBaseComponents(1)
AllInEntityViewModel(1)
Component(1)
DellComponent(1)
CreateAddress(1)
ExistsAsync(1)
ExpandDatabaseIfNeeded(1)
Find(1)
FindAll(1)
Components(1)
CheckComponentProjectForDeleteAuth(1)
DeleteById(1)
BrowseAsync(1)
常用方法
Get (11)
GetAll (9)
Delete (8)
GetById (6)
GetComponents (6)
GetComponent (6)
DeleteComponent (5)
Create (5)
GetComponentById (5)
Add (4)
常用方法
CreateComponent (3)
Dispose (3)
GetAircraftBaseComponents (2)
AddAsync (2)
GetComponentDefinitionByIdAsync (2)
GetComponentsByModule (2)
Insert (2)
GetAircraftBaseComponentIds (2)
CreateAsync (2)
DeleteAsync (1)
GetComponentHistoryByCode (1)
AllArchivedInDepartment (1)
GetComponentAsync (1)
AddComponentsDisaptch (1)
GetComponentByName (1)
GetComponentByPriceAndQuality (1)
AddComponents (1)
AddComponentImage (1)
GetComponentImages (1)
GetByIdAsync (1)
常用方法
GetComponentHistoryByCode (1)
AllArchivedInDepartment (1)
GetComponentAsync (1)
AddComponentsDisaptch (1)
GetComponentByName (1)
GetComponentByPriceAndQuality (1)
AddComponents (1)
AddComponentImage (1)
GetComponentImages (1)
GetByIdAsync (1)
GetComponentsByBaseComponentIds (1)
AddComponent (1)
GetComponentsByProductId (1)
GetComponentsWithComponentType (1)
GetStoreComponent (1)
AddCompleteDateToComponent (1)
GetByPageID (1)
GetBaseComponents (1)
AllInEntityViewModel (1)
Component (1)
DellComponent (1)
CreateAddress (1)
ExistsAsync (1)
ExpandDatabaseIfNeeded (1)
Find (1)
FindAll (1)
Components (1)
CheckComponentProjectForDeleteAuth (1)
DeleteById (1)
BrowseAsync (1)
常用方法
GetComponentsByBaseComponentIds (1)
AddComponent (1)
GetComponentsByProductId (1)
GetComponentsWithComponentType (1)
GetStoreComponent (1)
AddCompleteDateToComponent (1)
GetByPageID (1)
GetBaseComponents (1)
AllInEntityViewModel (1)
Component (1)
DellComponent (1)
CreateAddress (1)
ExistsAsync (1)
ExpandDatabaseIfNeeded (1)
Find (1)
FindAll (1)
Components (1)
CheckComponentProjectForDeleteAuth (1)
DeleteById (1)
BrowseAsync (1)
GetAllByProject (1)
GetAllCompatibleComponents (1)
GetAllComponents (1)
GetAllStoreComponent (1)
GetAsync (1)
GetBaseComponentByIdAsync (1)
InsertComponent (1)
示例#1
0
显示文件
public async Task DeleteAsync(Guid id) { await _repository.DeleteAsync(id); }
x