C# Class 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.
显示文件 Open project: raysearchlabs/spark Class Usage Examples

Public Methods

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

Method Details

Externalize() public method

public Externalize ( IEnumerable interactions ) : void
interactions IEnumerable
return void

Externalize() public method

public Externalize ( Spark.Engine.Core.Interaction interaction ) : void
interaction Spark.Engine.Core.Interaction
return void

Internalize() public method

public Internalize ( IEnumerable interactions ) : void
interactions IEnumerable
return void

Internalize() public method

public Internalize ( Spark.Engine.Core.Interaction interaction ) : void
interaction Spark.Engine.Core.Interaction
return void

Transfer() public method

public Transfer ( IGenerator generator, ILocalhost localhost ) : System.Collections.Generic
generator IGenerator
localhost ILocalhost
return System.Collections.Generic