Table of Contents

Class EntityPersistArgument<T>

Namespace
Innova.Prism.Infrastructure.EventParameters
Assembly
Innova.Prism.Infrastructure.dll

Represents an argument for entity persistence operations.

public class EntityPersistArgument<T> where T : class

Type Parameters

T

The type of the entity.

Inheritance
EntityPersistArgument<T>

Constructors

EntityPersistArgument()

Initializes a new instance of the EntityPersistArgument<T> class.

Properties

Action

Gets or sets the action to be performed on the items.

Items

Gets or sets the list of items to be persisted.