C# Class TransactionalNodeService.Proxy.Universal.Collections.MetadataCollection.MetadataSetFactory

Show file Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description
MetadataSetFactory System
MetadataSetFactory System

Public Methods

Method Description
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

Private Methods

Method Description
MetadataSetFactory ( ) : System
MetadataSetFactory ( IMapManager mapManager ) : System

Method Details

GetInstance() public static method

public static GetInstance ( IMapManager mapManager ) : MetadataSetFactory
mapManager IMapManager
return MetadataSetFactory

GetMetadata() public method

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
return IMetadataSet

GetMetadata() public method

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

Remove() public method

public Remove ( IMetadataSet metadataSet ) : void
metadataSet IMetadataSet
return void

UpgradeFacade() public method

public UpgradeFacade ( ISoapTransactionLink link, ServerObjects serviceMetadata ) : void
link ISoapTransactionLink
serviceMetadata ServerObjects
return void