C# Class Shielded.TransactionField

A descriptor for some object taking part in a transaction.
显示文件 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_oe property

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

HasChanges public_oe property

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