C# 클래스 SilverlightMappingToolBasic.CompendiumMapProcessor.CompendiumXmlFileProcessor.TransactionBuilder

파일 보기 프로젝트 열기: chris-tomich/Glyma

Private Properties

프로퍼티 타입 설명
BuildNodeTransactions void
BuildRelationships void
BuildRootViewRelationships void
TransactionChainOnTransactionCompleted void

공개 메소드들

메소드 설명
ExecuteTransactions ( int numberOfTransactions ) : bool

Executes the number of transactions specified. False if all transactions have been executed. True if there are still transactions to complete.

ExecuteTransactions ( ) : void
InitialiseTransactions ( ) : void
TransactionBuilder ( IEnumerable nodes, IEnumerable rootViews ) : System

비공개 메소드들

메소드 설명
BuildNodeTransactions ( Queue &transactionQueue ) : void
BuildRelationships ( Queue &transactionQueue ) : void
BuildRootViewRelationships ( Queue &transactionQueue ) : void
TransactionChainOnTransactionCompleted ( object sender, CompleteTransactionCompletedEventArgs completeTransactionCompletedEventArgs ) : void

메소드 상세

ExecuteTransactions() 공개 메소드

Executes the number of transactions specified. False if all transactions have been executed. True if there are still transactions to complete.
public ExecuteTransactions ( int numberOfTransactions ) : bool
numberOfTransactions int
리턴 bool

ExecuteTransactions() 공개 메소드

public ExecuteTransactions ( ) : void
리턴 void

InitialiseTransactions() 공개 메소드

public InitialiseTransactions ( ) : void
리턴 void

TransactionBuilder() 공개 메소드

public TransactionBuilder ( IEnumerable nodes, IEnumerable rootViews ) : System
nodes IEnumerable
rootViews IEnumerable
리턴 System