C# 클래스 TransactionalNodeService.Proxy.MetadataSetFactory

파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MetadataSetFactory System
MetadataSetFactory System

공개 메소드들

메소드 설명
GetInstance ( IMapManager mapManager ) : MetadataSetFactory
GetMetadata ( TransactionalNodeService.Proxy.ServerObjects serviceMetadata, INode node, IRelationship relationship ) : IMetadataSet
GetMetadata ( TransactionalNodeService.Soap.TransactionFramework link, System.Guid domainId, System.Guid rootMapId, string name, string value, INode node, IRelationship relationship, ConnectionType connectionType ) : IMetadataSet
Remove ( IMetadataSet metadataSet ) : void
UpgradeFacade ( TransactionalNodeService.Soap.TransactionFramework link, TransactionalNodeService.Proxy.ServerObjects serviceMetadata ) : void

비공개 메소드들

메소드 설명
MetadataSetFactory ( ) : System
MetadataSetFactory ( IMapManager mapManager ) : System

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( IMapManager mapManager ) : MetadataSetFactory
mapManager IMapManager
리턴 MetadataSetFactory

GetMetadata() 공개 메소드

public GetMetadata ( TransactionalNodeService.Proxy.ServerObjects serviceMetadata, INode node, IRelationship relationship ) : IMetadataSet
serviceMetadata TransactionalNodeService.Proxy.ServerObjects
node INode
relationship IRelationship
리턴 IMetadataSet

GetMetadata() 공개 메소드

public GetMetadata ( TransactionalNodeService.Soap.TransactionFramework link, System.Guid domainId, System.Guid rootMapId, string name, string value, INode node, IRelationship relationship, ConnectionType connectionType ) : IMetadataSet
link TransactionalNodeService.Soap.TransactionFramework
domainId System.Guid
rootMapId System.Guid
name string
value string
node INode
relationship IRelationship
connectionType ConnectionType
리턴 IMetadataSet

Remove() 공개 메소드

public Remove ( IMetadataSet metadataSet ) : void
metadataSet IMetadataSet
리턴 void

UpgradeFacade() 공개 메소드

public UpgradeFacade ( TransactionalNodeService.Soap.TransactionFramework link, TransactionalNodeService.Proxy.ServerObjects serviceMetadata ) : void
link TransactionalNodeService.Soap.TransactionFramework
serviceMetadata TransactionalNodeService.Proxy.ServerObjects
리턴 void