C# 클래스 CSReportDll.cReportControls

상속: System.Collections.Specialized.NameObjectCollectionBase, IDisposable
파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net 1 사용 예제들

공개 메소드들

메소드 설명
Add ( String key, Object value ) : void
Dispose ( ) : void
add ( ) : cReportControl
add ( cReportControl c, String key ) : cReportControl
cReportControls ( ) : System
cReportControls ( IDictionary d, System.Boolean bReadOnly ) : System
clear ( ) : void
count ( ) : int
getCollByLeft ( ) : int[]
getCopyColl ( ) : cReportControls2
getSectionLine ( ) : cReportSectionLine
getTypeSection ( ) : csRptSectionType
item ( String key ) : cReportControl
item ( int index ) : cReportControl
orderCollByLeft ( ) : void
remove ( String key ) : void
remove ( int index ) : void
setCopyColl ( cReportControls2 rhs ) : void
setSectionLine ( cReportSectionLine rhs ) : void
setTypeSection ( csRptSectionType rhs ) : void
this ( int index ) : DictionaryEntry
this ( String key ) : Object

보호된 메소드들

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

비공개 메소드들

메소드 설명
Clear ( ) : void
Remove ( String key ) : void
Remove ( int index ) : void
releaseReferences ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( String key, Object value ) : void
key String
value Object
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

add() 공개 메소드

public add ( ) : cReportControl
리턴 cReportControl

add() 공개 메소드

public add ( cReportControl c, String key ) : cReportControl
c cReportControl
key String
리턴 cReportControl

cReportControls() 공개 메소드

public cReportControls ( ) : System
리턴 System

cReportControls() 공개 메소드

public cReportControls ( IDictionary d, System.Boolean bReadOnly ) : System
d IDictionary
bReadOnly System.Boolean
리턴 System

clear() 공개 메소드

public clear ( ) : void
리턴 void

count() 공개 메소드

public count ( ) : int
리턴 int

getCollByLeft() 공개 메소드

public getCollByLeft ( ) : int[]
리턴 int[]

getCopyColl() 공개 메소드

public getCopyColl ( ) : cReportControls2
리턴 cReportControls2

getSectionLine() 공개 메소드

public getSectionLine ( ) : cReportSectionLine
리턴 cReportSectionLine

getTypeSection() 공개 메소드

public getTypeSection ( ) : csRptSectionType
리턴 csRptSectionType

item() 공개 메소드

public item ( String key ) : cReportControl
key String
리턴 cReportControl

item() 공개 메소드

public item ( int index ) : cReportControl
index int
리턴 cReportControl

orderCollByLeft() 공개 메소드

public orderCollByLeft ( ) : void
리턴 void

remove() 공개 메소드

public remove ( String key ) : void
key String
리턴 void

remove() 공개 메소드

public remove ( int index ) : void
index int
리턴 void

setCopyColl() 공개 메소드

public setCopyColl ( cReportControls2 rhs ) : void
rhs cReportControls2
리턴 void

setSectionLine() 공개 메소드

public setSectionLine ( cReportSectionLine rhs ) : void
rhs cReportSectionLine
리턴 void

setTypeSection() 공개 메소드

public setTypeSection ( csRptSectionType rhs ) : void
rhs csRptSectionType
리턴 void

this() 공개 메소드

public this ( int index ) : DictionaryEntry
index int
리턴 System.Collections.DictionaryEntry

this() 공개 메소드

public this ( String key ) : Object
key String
리턴 Object