C# 클래스 Dev2.Data.SystemTemplates.Models.Dev2DecisionStack

상속: IDev2DataModel, IDev2FlowModel
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddModelItem ( Dev2Decision item ) : void
ExtractModelFromWorkflowPersistedData ( string val ) : string

Extracts the model from workflow persisted data.

FromVBPersitableModelToJSON ( string val ) : string
GenerateUserFriendlyModel ( IExecutionEnvironment env, Dev2DecisionMode mode, ErrorResultTO &errors ) : string
GetModelItem ( int idx ) : Dev2Decision
RemoveDummyOptionsFromModel ( StringBuilder val ) : string

Removes the dummy options from model.

RemoveNaughtyCharsFromModel ( string val ) : string

Removes the naughty chars from model.

ToVBPersistableModel ( ) : string
ToWebModel ( ) : string

메소드 상세

AddModelItem() 공개 메소드

public AddModelItem ( Dev2Decision item ) : void
item Dev2Decision
리턴 void

ExtractModelFromWorkflowPersistedData() 공개 정적인 메소드

Extracts the model from workflow persisted data.
public static ExtractModelFromWorkflowPersistedData ( string val ) : string
val string The val.
리턴 string

FromVBPersitableModelToJSON() 공개 정적인 메소드

public static FromVBPersitableModelToJSON ( string val ) : string
val string
리턴 string

GenerateUserFriendlyModel() 공개 메소드

public GenerateUserFriendlyModel ( IExecutionEnvironment env, Dev2DecisionMode mode, ErrorResultTO &errors ) : string
env IExecutionEnvironment
mode Dev2DecisionMode
errors Dev2.DataList.Contract.ErrorResultTO
리턴 string

GetModelItem() 공개 메소드

public GetModelItem ( int idx ) : Dev2Decision
idx int
리턴 Dev2Decision

RemoveDummyOptionsFromModel() 공개 정적인 메소드

Removes the dummy options from model.
public static RemoveDummyOptionsFromModel ( StringBuilder val ) : string
val StringBuilder The val.
리턴 string

RemoveNaughtyCharsFromModel() 공개 정적인 메소드

Removes the naughty chars from model.
public static RemoveNaughtyCharsFromModel ( string val ) : string
val string The val.
리턴 string

ToVBPersistableModel() 공개 메소드

public ToVBPersistableModel ( ) : string
리턴 string

ToWebModel() 공개 메소드

public ToWebModel ( ) : string
리턴 string