C# Class Shielded.TransactionField

A descriptor for some object taking part in a transaction.
Afficher le fichier Open project: jbakic/Shielded

Méthodes publiques

Свойство Type Description
Field object
HasChanges bool

Méthodes publiques

Méthode Description
TransactionField ( object field, bool hasChanges ) : System

Constructor.

Method Details

TransactionField() public méthode

Constructor.
public TransactionField ( object field, bool hasChanges ) : System
field object
hasChanges bool
Résultat System

Property Details

Field public_oe property

The object which enlisted in the transaction.
public object Field
Résultat object

HasChanges public_oe property

If the given object has any changes.
public bool HasChanges
Résultat bool