C# 클래스 ExcelQueryServiceAddIn.ExcelQueryServiceControl

상속: QueryServiceControl.QueryServiceControl
파일 보기 프로젝트 열기: NCIP/cadsr-cgmdr-nci-uk 1 사용 예제들

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

getSelectedRangeAddress ( Microsoft.Office.Interop.Excel r ) : string
handleCDE ( System.Xml.Linq.XElement selectedNode ) : void

Applying CDE to selected cell/range with validation based on value domain of data element, and XmlMap for exporting XML data. TODO: Refactor code

handleConcept ( System.Xml.Linq.XElement selectedNode ) : void

Handles insertion of concept element into worksheet. TODO: Refactor code TODO: Is two way hyperlink possible?

handleOC ( System.Xml.Linq.XElement selectedNode ) : void

Handles insertion of object class element into worksheet. TODO: Refactor code

handleProp ( System.Xml.Linq.XElement selectedNode ) : void
use ( object sender, EventArgs e ) : void
useCLS ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

createCDEList ( ) : void
createConceptList ( ) : void
createList ( Microsoft.Office.Interop.Excel sheet, string name ) : Microsoft.Office.Interop.Excel.Worksheet
createOCList ( ) : Microsoft.Office.Interop.Excel.Worksheet
isCDEListExists ( ) : bool
isConceptListExists ( ) : bool
isOCListExists ( ) : bool
useList ( Microsoft.Office.Interop.Excel sheet, string name ) : Microsoft.Office.Interop.Excel.Worksheet

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

getSelectedRangeAddress() 보호된 메소드

protected getSelectedRangeAddress ( Microsoft.Office.Interop.Excel r ) : string
r Microsoft.Office.Interop.Excel
리턴 string

handleCDE() 보호된 메소드

Applying CDE to selected cell/range with validation based on value domain of data element, and XmlMap for exporting XML data. TODO: Refactor code
protected handleCDE ( System.Xml.Linq.XElement selectedNode ) : void
selectedNode System.Xml.Linq.XElement Data element to use
리턴 void

handleConcept() 보호된 메소드

Handles insertion of concept element into worksheet. TODO: Refactor code TODO: Is two way hyperlink possible?
protected handleConcept ( System.Xml.Linq.XElement selectedNode ) : void
selectedNode System.Xml.Linq.XElement Concept element to use
리턴 void

handleOC() 보호된 메소드

Handles insertion of object class element into worksheet. TODO: Refactor code
protected handleOC ( System.Xml.Linq.XElement selectedNode ) : void
selectedNode System.Xml.Linq.XElement Object Class element to use
리턴 void

handleProp() 보호된 메소드

protected handleProp ( System.Xml.Linq.XElement selectedNode ) : void
selectedNode System.Xml.Linq.XElement
리턴 void

use() 보호된 메소드

protected use ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

useCLS() 보호된 메소드

protected useCLS ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void