C# 클래스 TransactionalNodeService.Proxy.Universal.Soap.SoapMetadataSet

상속: TransactionalNodeService.Proxy.Universal.Collections.MetadataCollection.MetadataSet
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Delete ( TransactionFramework &chain ) : void
ProcessDelayedActions ( TransactionFramework &chain ) : void
SoapMetadataSet ( IMapManager mapManager ) : System
SoapMetadataSet ( IMapManager mapManager, ServerObjects serviceMetadata, INode node, IRelationship relationship ) : System
SoapMetadataSet ( InProcess inProcessMetadata, ServerObjects serviceMetadata ) : System
Update ( string name, string value, INode node, IRelationship relationship, ConnectionType connectionType, TransactionFramework &chain ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( TransactionFramework &chain ) : void
chain TransactionFramework
리턴 void

ProcessDelayedActions() 공개 메소드

public ProcessDelayedActions ( TransactionFramework &chain ) : void
chain TransactionFramework
리턴 void

SoapMetadataSet() 공개 메소드

public SoapMetadataSet ( IMapManager mapManager ) : System
mapManager IMapManager
리턴 System

SoapMetadataSet() 공개 메소드

public SoapMetadataSet ( IMapManager mapManager, ServerObjects serviceMetadata, INode node, IRelationship relationship ) : System
mapManager IMapManager
serviceMetadata ServerObjects
node INode
relationship IRelationship
리턴 System

SoapMetadataSet() 공개 메소드

public SoapMetadataSet ( InProcess inProcessMetadata, ServerObjects serviceMetadata ) : System
inProcessMetadata InProcess
serviceMetadata ServerObjects
리턴 System

Update() 공개 메소드

public Update ( string name, string value, INode node, IRelationship relationship, ConnectionType connectionType, TransactionFramework &chain ) : void
name string
value string
node INode
relationship IRelationship
connectionType ConnectionType
chain TransactionFramework
리턴 void