C# Класс TransactionalNodeService.Proxy.Universal.Collections.MetadataCollection.MetadataSetFactory

Показать файл Открыть проект Примеры использования класса

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