C# 클래스 strICT.InFlow.WFM.Utilities.WorkflowUtils

WorkflowUtilities
파일 보기 프로젝트 열기: InFlowBPM/InFlow-BPMS 1 사용 예제들

공개 메소드들

메소드 설명
CreateForSample ( string rootScope, string scopeName, System credential ) : WorkflowManagementClient
Print ( string message, ConsoleColor color ) : void
PrintDone ( ) : void
Translate ( string xamlFile ) : System.Xml.Linq.XElement
TranslateString ( string xamlFile ) : System.Xml.Linq.XElement

메소드 상세

CreateForSample() 공개 정적인 메소드

public static CreateForSample ( string rootScope, string scopeName, System credential ) : WorkflowManagementClient
rootScope string
scopeName string
credential System
리턴 WorkflowManagementClient

Print() 공개 정적인 메소드

public static Print ( string message, ConsoleColor color ) : void
message string
color ConsoleColor
리턴 void

PrintDone() 공개 정적인 메소드

public static PrintDone ( ) : void
리턴 void

Translate() 공개 정적인 메소드

public static Translate ( string xamlFile ) : System.Xml.Linq.XElement
xamlFile string
리턴 System.Xml.Linq.XElement

TranslateString() 공개 정적인 메소드

public static TranslateString ( string xamlFile ) : System.Xml.Linq.XElement
xamlFile string
리턴 System.Xml.Linq.XElement