C# 클래스 TransactionalNodeService.Proxy.Universal.Collections.MetadataCollection.MetadataSetFactory

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

Private Properties

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

GetInstance() 공개 정적인 메소드

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

GetMetadata() 공개 메소드

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

GetMetadata() 공개 메소드

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

Remove() 공개 메소드

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

UpgradeFacade() 공개 메소드

public UpgradeFacade ( ISoapTransactionLink link, ServerObjects serviceMetadata ) : void
link ISoapTransactionLink
serviceMetadata ServerObjects
리턴 void