Method | Description | |
---|---|---|
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 |
public static CreateForSample ( string rootScope, string scopeName, System credential ) : WorkflowManagementClient | ||
rootScope | string | |
scopeName | string | |
credential | System | |
return | WorkflowManagementClient |
public static Print ( string message, ConsoleColor color ) : void | ||
message | string | |
color | ConsoleColor | |
return | void |
public static Translate ( string xamlFile ) : System.Xml.Linq.XElement | ||
xamlFile | string | |
return | System.Xml.Linq.XElement |
public static TranslateString ( string xamlFile ) : System.Xml.Linq.XElement | ||
xamlFile | string | |
return | System.Xml.Linq.XElement |