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) IOrganizeService.Edit示例
编程语言:
C# (CSharp)
类/类型:
IOrganizeService
方法/功能:
Edit
hotexamples.com的示例:
1
C# (CSharp) IOrganizeService.Edit - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IOrganizeService.Edit
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
GetEntity(5)
Update(4)
GetList(4)
Delete(3)
Get(3)
ExistFullName(3)
SaveReturnEntity(2)
GetAlls(2)
Add(2)
ExistEnCode(2)
GetOrganizeList(2)
Insert(2)
Query(1)
Move(1)
GetTree(1)
GetTableSelect(1)
MoveTo(1)
SaveForm(1)
RemoveByKey(1)
RemoveForm(1)
RemoveOrganizeByKey(1)
GetParentIdByOrgId(1)
SetDeleted(1)
UpdateAgreementState(1)
UpdateJoinCount(1)
UpdateSeeCount(1)
UpdateShareCount(1)
GetRootOrganize(1)
GetOrganizeEntity(1)
GetPageListToTreeTable(1)
GetCompanyList(1)
AddOrganize(1)
DeleteBatch(1)
Edit(1)
ExistLower(1)
ExistShortName(1)
GetAll(1)
GetByWhere(1)
GetChildCount(1)
GetDT(1)
GetPageListByCondition(1)
GetDTByParent(1)
GetDTList(1)
GetEntityById(1)
GetListByIds(1)
GetOrgCode(1)
GetOrgCount(1)
AddAdmin(1)
GetPageList(1)
UpdateState(1)
常用方法
GetEntity (5)
Update (4)
GetList (4)
Delete (3)
Get (3)
ExistFullName (3)
SaveReturnEntity (2)
GetAlls (2)
Add (2)
ExistEnCode (2)
常用方法
GetOrganizeList (2)
Insert (2)
Query (1)
Move (1)
GetTree (1)
GetTableSelect (1)
MoveTo (1)
SaveForm (1)
RemoveByKey (1)
RemoveForm (1)
RemoveOrganizeByKey (1)
GetParentIdByOrgId (1)
SetDeleted (1)
UpdateAgreementState (1)
UpdateJoinCount (1)
UpdateSeeCount (1)
UpdateShareCount (1)
GetRootOrganize (1)
GetOrganizeEntity (1)
GetPageListToTreeTable (1)
常用方法
RemoveOrganizeByKey (1)
GetParentIdByOrgId (1)
SetDeleted (1)
UpdateAgreementState (1)
UpdateJoinCount (1)
UpdateSeeCount (1)
UpdateShareCount (1)
GetRootOrganize (1)
GetOrganizeEntity (1)
GetPageListToTreeTable (1)
GetCompanyList (1)
AddOrganize (1)
DeleteBatch (1)
Edit (1)
ExistLower (1)
ExistShortName (1)
GetAll (1)
GetByWhere (1)
GetChildCount (1)
GetDT (1)
GetPageListByCondition (1)
GetDTByParent (1)
GetDTList (1)
GetEntityById (1)
GetListByIds (1)
GetOrgCode (1)
GetOrgCount (1)
AddAdmin (1)
GetPageList (1)
UpdateState (1)
常用方法
GetCompanyList (1)
AddOrganize (1)
DeleteBatch (1)
Edit (1)
ExistLower (1)
ExistShortName (1)
GetAll (1)
GetByWhere (1)
GetChildCount (1)
GetDT (1)
GetPageListByCondition (1)
GetDTByParent (1)
GetDTList (1)
GetEntityById (1)
GetListByIds (1)
GetOrgCode (1)
GetOrgCount (1)
AddAdmin (1)
GetPageList (1)
UpdateState (1)
示例#1
0
显示文件
public Task <IResultModel> Edit([BindRequired] string id) { return(_service.Edit(id)); }
x