C# 클래스 Spark.Service.Export

파일 보기 프로젝트 열기: raysearchlabs/spark 1 사용 예제들

공개 메소드들

메소드 설명
Add ( IEnumerable set ) : void
Add ( Spark.Engine.Core.Interaction interaction ) : void
Export ( ILocalhost localhost ) : System
Externalize ( ) : void

비공개 메소드들

메소드 설명
ExternalizeKey ( Spark.Engine.Core.Interaction interaction ) : void
ExternalizeKeys ( ) : void
ExternalizeReference ( String uristring ) : String
ExternalizeReference ( Uri uri ) : Uri
ExternalizeReferences ( ) : void
ExternalizeReferences ( Hl7.Fhir.Model.Resource resource ) : void
ExternalizeState ( ) : void
FixXhtmlDiv ( string div ) : string

메소드 상세

Add() 공개 메소드

public Add ( IEnumerable set ) : void
set IEnumerable
리턴 void

Add() 공개 메소드

public Add ( Spark.Engine.Core.Interaction interaction ) : void
interaction Spark.Engine.Core.Interaction
리턴 void

Export() 공개 메소드

public Export ( ILocalhost localhost ) : System
localhost ILocalhost
리턴 System

Externalize() 공개 메소드

public Externalize ( ) : void
리턴 void