C# 클래스 strICT.InFlow.Web.Helpers.BO.BORender

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

공개 프로퍼티들

프로퍼티 타입 설명
jsonschema Newtonsoft.Json.Linq.JObject

공개 메소드들

메소드 설명
createHTML ( string jsonData, string jsonSchema, string htmlBOTemplate ) : string

비공개 메소드들

메소드 설명
parse ( string originalhtml, Newtonsoft.Json.Linq.JObject data, string rootpath, bool isList, string listitemname ) : string
parseListPath ( string str ) : string
parsePath ( String str ) : string
schemapath ( string opath ) : string

메소드 상세

createHTML() 공개 메소드

public createHTML ( string jsonData, string jsonSchema, string htmlBOTemplate ) : string
jsonData string
jsonSchema string
htmlBOTemplate string
리턴 string

프로퍼티 상세

jsonschema 공개적으로 프로퍼티

public JObject,Newtonsoft.Json.Linq jsonschema
리턴 Newtonsoft.Json.Linq.JObject