C# Class Dapper.Accelr8.Repo.WorkAction

Show file Open project: thehexgod/Dapper.Accelr8

Public Properties

Property Type Description
Action ActionType
Entity IEntity
Writer IEntityWriter

Public Methods

Method Description
WorkAction ( ActionType action, IEntity entity, IEntityWriter writer ) : System

Method Details

WorkAction() public method

public WorkAction ( ActionType action, IEntity entity, IEntityWriter writer ) : System
action ActionType
entity IEntity
writer IEntityWriter
return System

Property Details

Action public property

public ActionType Action
return ActionType

Entity public property

public IEntity Entity
return IEntity

Writer public property

public IEntityWriter Writer
return IEntityWriter