IEntityPatchOperations<T> Interface
Type Parameters
- T
public interface IEntityPatchOperations<T>
Groups operations for getting a single entity. The entity type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract T |
patch(T entity)
Patches an entity. |
Method Details
patch
public abstract T patch(T entity)
Patches an entity.
Parameters:
entity
- The entity information.
Returns:
The updated entity.