C# 클래스 TransactionalNodeService.AddRelationshipTransactionOperation

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

공개 메소드들

메소드 설명
AddRelationshipTransactionOperation ( SqlConnection connection, TransactionTokenFactory factory ) : System
ExecuteOperation ( ) : void

보호된 메소드들

메소드 설명
AddRelationshipTransactionOperation ( ) : System
CreateDescriptor ( System.Guid &newDescriptorUid, SoapDescriptorType descriptorType, TransactionToken nodeUid, System.Guid relationshipUid ) : SqlCommand
CreateRelationship ( System.Guid &newRelationshipUid ) : SqlCommand

메소드 상세

AddRelationshipTransactionOperation() 보호된 메소드

protected AddRelationshipTransactionOperation ( ) : System
리턴 System

AddRelationshipTransactionOperation() 공개 메소드

public AddRelationshipTransactionOperation ( SqlConnection connection, TransactionTokenFactory factory ) : System
connection System.Data.SqlClient.SqlConnection
factory TransactionTokenFactory
리턴 System

CreateDescriptor() 보호된 메소드

protected CreateDescriptor ( System.Guid &newDescriptorUid, SoapDescriptorType descriptorType, TransactionToken nodeUid, System.Guid relationshipUid ) : SqlCommand
newDescriptorUid System.Guid
descriptorType SoapDescriptorType
nodeUid TransactionToken
relationshipUid System.Guid
리턴 System.Data.SqlClient.SqlCommand

CreateRelationship() 보호된 메소드

protected CreateRelationship ( System.Guid &newRelationshipUid ) : SqlCommand
newRelationshipUid System.Guid
리턴 System.Data.SqlClient.SqlCommand

ExecuteOperation() 공개 메소드

public ExecuteOperation ( ) : void
리턴 void