C# 클래스 BExIS.Dcm.CreateDatasetWizard.CreateTaskmanager

상속: BExIS.Dcm.Wizard.AbstractTaskManager
파일 보기 프로젝트 열기: BEXIS2/Core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CANCEL_ACTION string
COPY_ACTION string
COPY_OF_ENTITY_ID string
DATASTRUCTURE_ID string
DATASTRUCTURE_TITLE string
DATASTRUCTURE_TYPE string
EDIT_MODE string
ENTITY_CLASS_PATH string
ENTITY_ID string
ENTITY_TITLE string
ERROR_DIC string
FORM_STEPS_LOADED string
METADATAPACKAGE_IDS string
METADATASTRUCTURE_ID string
METADATA_ATTRIBUTE_USAGE_VALUE_LIST string
METADATA_IMPORT_XML_FILEPATH string
METADATA_PACKAGE_MODEL_LIST string
METADATA_STEP_MODEL_HELPER string
METADATA_XML string
RESEARCHPLAN_ID string
RESEARCHPLAN_TITLE string
RESET_ACTION string
SETUP_LOADED string
SUBMIT_ACTION string

공개 메소드들

메소드 설명
Bind ( XmlDocument xmlDocument ) : CreateTaskmanager

CountSteps ( ) : int
CreateTaskmanager ( ) : System
GenerateStepId ( ) : int
Get ( int id ) : StepInfo
GetCurrentStepInfoIndex ( ) : int

GetPosition ( ) : int
GetX ( StepInfo step, int position ) : int
GoToNext ( ) : void

IsChildCurrent ( StepInfo stepInfo ) : bool
IsChildExpand ( StepInfo stepInfo ) : bool
IsCurrent ( StepInfo stepInfo ) : bool
IsParentChildfromRoot ( ) : bool

XXX this funktion needs to be replaced its only to know if a usage schould bee a metadataAttributeUsage or MetadataNestedAttributeUsage

IsRoot ( StepInfo stepInfo ) : bool
Last ( ) : StepInfo

find last step from root

Last ( StepInfo stepInfo ) : StepInfo

find last step from step

Next ( ) : StepInfo

Prev ( ) : StepInfo
Remove ( StepInfo parent, int index ) : StepInfo

Remove stepInfo from parent stepInfo

SetCurrent ( int id ) : void

UpdateStepStatus ( int newIndex ) : void

비공개 메소드들

메소드 설명
countSteps ( StepInfo step ) : int
findLast ( StepInfo stepInfo ) : StepInfo
findNext ( StepInfo child ) : StepInfo
findNextInstanze ( StepInfo child ) : StepInfo
findPrev ( StepInfo child ) : StepInfo

findPrevInstanze ( StepInfo child ) : StepInfo
get ( StepInfo parent, int id ) : StepInfo

메소드 상세

Bind() 공개 정적인 메소드

public static Bind ( XmlDocument xmlDocument ) : CreateTaskmanager
xmlDocument System.Xml.XmlDocument
리턴 CreateTaskmanager

CountSteps() 공개 메소드

public CountSteps ( ) : int
리턴 int

CreateTaskmanager() 공개 메소드

public CreateTaskmanager ( ) : System
리턴 System

GenerateStepId() 공개 메소드

public GenerateStepId ( ) : int
리턴 int

Get() 공개 메소드

public Get ( int id ) : StepInfo
id int
리턴 BExIS.Dcm.Wizard.StepInfo

GetCurrentStepInfoIndex() 공개 메소드

public GetCurrentStepInfoIndex ( ) : int
리턴 int

GetPosition() 공개 메소드

public GetPosition ( ) : int
리턴 int

GetX() 공개 메소드

public GetX ( StepInfo step, int position ) : int
step BExIS.Dcm.Wizard.StepInfo
position int
리턴 int

GoToNext() 공개 메소드

public GoToNext ( ) : void
리턴 void

IsChildCurrent() 공개 메소드

public IsChildCurrent ( StepInfo stepInfo ) : bool
stepInfo BExIS.Dcm.Wizard.StepInfo
리턴 bool

IsChildExpand() 공개 메소드

public IsChildExpand ( StepInfo stepInfo ) : bool
stepInfo BExIS.Dcm.Wizard.StepInfo
리턴 bool

IsCurrent() 공개 메소드

public IsCurrent ( StepInfo stepInfo ) : bool
stepInfo BExIS.Dcm.Wizard.StepInfo
리턴 bool

IsParentChildfromRoot() 공개 메소드

XXX this funktion needs to be replaced its only to know if a usage schould bee a metadataAttributeUsage or MetadataNestedAttributeUsage
public IsParentChildfromRoot ( ) : bool
리턴 bool

IsRoot() 공개 메소드

public IsRoot ( StepInfo stepInfo ) : bool
stepInfo BExIS.Dcm.Wizard.StepInfo
리턴 bool

Last() 공개 메소드

find last step from root
public Last ( ) : StepInfo
리턴 BExIS.Dcm.Wizard.StepInfo

Last() 공개 메소드

find last step from step
public Last ( StepInfo stepInfo ) : StepInfo
stepInfo BExIS.Dcm.Wizard.StepInfo
리턴 BExIS.Dcm.Wizard.StepInfo

Next() 공개 메소드

public Next ( ) : StepInfo
리턴 BExIS.Dcm.Wizard.StepInfo

Prev() 공개 메소드

public Prev ( ) : StepInfo
리턴 BExIS.Dcm.Wizard.StepInfo

Remove() 공개 메소드

Remove stepInfo from parent stepInfo
public Remove ( StepInfo parent, int index ) : StepInfo
parent BExIS.Dcm.Wizard.StepInfo parent step
index int position of the stepinfo in children
리턴 BExIS.Dcm.Wizard.StepInfo

SetCurrent() 공개 메소드

public SetCurrent ( int id ) : void
id int
리턴 void

UpdateStepStatus() 공개 메소드

public UpdateStepStatus ( int newIndex ) : void
newIndex int
리턴 void

프로퍼티 상세

CANCEL_ACTION 공개적으로 정적으로 프로퍼티

public static string CANCEL_ACTION
리턴 string

COPY_ACTION 공개적으로 정적으로 프로퍼티

public static string COPY_ACTION
리턴 string

COPY_OF_ENTITY_ID 공개적으로 정적으로 프로퍼티

public static string COPY_OF_ENTITY_ID
리턴 string

DATASTRUCTURE_ID 공개적으로 정적으로 프로퍼티

public static string DATASTRUCTURE_ID
리턴 string

DATASTRUCTURE_TITLE 공개적으로 정적으로 프로퍼티

public static string DATASTRUCTURE_TITLE
리턴 string

DATASTRUCTURE_TYPE 공개적으로 정적으로 프로퍼티

public static string DATASTRUCTURE_TYPE
리턴 string

EDIT_MODE 공개적으로 정적으로 프로퍼티

public static string EDIT_MODE
리턴 string

ENTITY_CLASS_PATH 공개적으로 정적으로 프로퍼티

public static string ENTITY_CLASS_PATH
리턴 string

ENTITY_ID 공개적으로 정적으로 프로퍼티

public static string ENTITY_ID
리턴 string

ENTITY_TITLE 공개적으로 정적으로 프로퍼티

public static string ENTITY_TITLE
리턴 string

ERROR_DIC 공개적으로 정적으로 프로퍼티

public static string ERROR_DIC
리턴 string

FORM_STEPS_LOADED 공개적으로 정적으로 프로퍼티

public static string FORM_STEPS_LOADED
리턴 string

METADATAPACKAGE_IDS 공개적으로 정적으로 프로퍼티

public static string METADATAPACKAGE_IDS
리턴 string

METADATASTRUCTURE_ID 공개적으로 정적으로 프로퍼티

public static string METADATASTRUCTURE_ID
리턴 string

METADATA_ATTRIBUTE_USAGE_VALUE_LIST 공개적으로 정적으로 프로퍼티

public static string METADATA_ATTRIBUTE_USAGE_VALUE_LIST
리턴 string

METADATA_IMPORT_XML_FILEPATH 공개적으로 정적으로 프로퍼티

public static string METADATA_IMPORT_XML_FILEPATH
리턴 string

METADATA_PACKAGE_MODEL_LIST 공개적으로 정적으로 프로퍼티

public static string METADATA_PACKAGE_MODEL_LIST
리턴 string

METADATA_STEP_MODEL_HELPER 공개적으로 정적으로 프로퍼티

public static string METADATA_STEP_MODEL_HELPER
리턴 string

METADATA_XML 공개적으로 정적으로 프로퍼티

public static string METADATA_XML
리턴 string

RESEARCHPLAN_ID 공개적으로 정적으로 프로퍼티

public static string RESEARCHPLAN_ID
리턴 string

RESEARCHPLAN_TITLE 공개적으로 정적으로 프로퍼티

public static string RESEARCHPLAN_TITLE
리턴 string

RESET_ACTION 공개적으로 정적으로 프로퍼티

public static string RESET_ACTION
리턴 string

SETUP_LOADED 공개적으로 정적으로 프로퍼티

public static string SETUP_LOADED
리턴 string

SUBMIT_ACTION 공개적으로 정적으로 프로퍼티

public static string SUBMIT_ACTION
리턴 string