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.
파일 보기 프로젝트 열기: raysearchlabs/spark 1 사용 예제들

공개 메소드들

메소드 설명
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