C# Class Shielded.TransactionField

A descriptor for some object taking part in a transaction.
Show file Open project: jbakic/Shielded

Public Properties

Property Type Description
Field object
HasChanges bool

Public Methods

Method Description
TransactionField ( object field, bool hasChanges ) : System

Constructor.

Method Details

TransactionField() public method

Constructor.
public TransactionField ( object field, bool hasChanges ) : System
field object
hasChanges bool
return System

Property Details

Field public property

The object which enlisted in the transaction.
public object Field
return object

HasChanges public property

If the given object has any changes.
public bool HasChanges
return bool