Show / Hide Table of Contents

Interface IOperation<TModel>

Operation on model datasets, like create, update, or delete.

Namespace: Seltzr.Operations
Assembly: Seltzr.dll
Syntax
C#
public interface IOperation<TModel> : IOperation<TModel, object> where TModel : class
Type Parameters
TModel

The type of model being operated on

  • Improve this Doc
  • View Source
Back to top Generated by DocFX