C# Класс Spark.Service.Transfer

Transfer maps between local id's and references and absolute id's and references upon incoming or outgoing Interactions. It uses an Import or Export to do de actual work for incoming or outgoing Interactions respectively.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Externalize ( IEnumerable interactions ) : void
Externalize ( Spark.Engine.Core.Interaction interaction ) : void
Internalize ( IEnumerable interactions ) : void
Internalize ( Spark.Engine.Core.Interaction interaction ) : void
Transfer ( IGenerator generator, ILocalhost localhost ) : System.Collections.Generic

Описание методов

Externalize() публичный Метод

public Externalize ( IEnumerable interactions ) : void
interactions IEnumerable
Результат void

Externalize() публичный Метод

public Externalize ( Spark.Engine.Core.Interaction interaction ) : void
interaction Spark.Engine.Core.Interaction
Результат void

Internalize() публичный Метод

public Internalize ( IEnumerable interactions ) : void
interactions IEnumerable
Результат void

Internalize() публичный Метод

public Internalize ( Spark.Engine.Core.Interaction interaction ) : void
interaction Spark.Engine.Core.Interaction
Результат void

Transfer() публичный Метод

public Transfer ( IGenerator generator, ILocalhost localhost ) : System.Collections.Generic
generator IGenerator
localhost ILocalhost
Результат System.Collections.Generic