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.
Afficher le fichier Open project: raysearchlabs/spark Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Externalize ( IEnumerable interactions ) : void
interactions IEnumerable
Résultat void

Externalize() public méthode

public Externalize ( Spark.Engine.Core.Interaction interaction ) : void
interaction Spark.Engine.Core.Interaction
Résultat void

Internalize() public méthode

public Internalize ( IEnumerable interactions ) : void
interactions IEnumerable
Résultat void

Internalize() public méthode

public Internalize ( Spark.Engine.Core.Interaction interaction ) : void
interaction Spark.Engine.Core.Interaction
Résultat void

Transfer() public méthode

public Transfer ( IGenerator generator, ILocalhost localhost ) : System.Collections.Generic
generator IGenerator
localhost ILocalhost
Résultat System.Collections.Generic