C# 클래스 Shielded.TransactionField

A descriptor for some object taking part in a transaction.
파일 보기 프로젝트 열기: jbakic/Shielded

공개 프로퍼티들

프로퍼티 타입 설명
Field object
HasChanges bool

공개 메소드들

메소드 설명
TransactionField ( object field, bool hasChanges ) : System

Constructor.

메소드 상세

TransactionField() 공개 메소드

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

프로퍼티 상세

Field 공개적으로 프로퍼티

The object which enlisted in the transaction.
public object Field
리턴 object

HasChanges 공개적으로 프로퍼티

If the given object has any changes.
public bool HasChanges
리턴 bool