Class EntityUpdaterExtensions
Inherited Members
Namespace: LemonEdge.API.Core.Data
Assembly: LemonEdge.API.dll
Syntax
public static class EntityUpdaterExtensions
Methods
Delete(IEntityUpdater, Type, Guid)
Declaration
public static Task Delete(this IEntityUpdater context, Type type, Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
| IEntityUpdater | context | |
| Type | type | |
| Guid | id |
Returns
| Type | Description |
|---|---|
| Task |
Delete<T>(IEntityUpdater, Guid)
Declaration
public static Task Delete<T>(this IEntityUpdater context, Guid id) where T : IBaseEntity
Parameters
| Type | Name | Description |
|---|---|---|
| IEntityUpdater | context | |
| Guid | id |
Returns
| Type | Description |
|---|---|
| Task |
Type Parameters
| Name | Description |
|---|---|
| T |