C# 클래스 CSReportDll.cReportConnectsAux

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

공개 메소드들

메소드 설명
Add ( String key, Object value ) : void
Clear ( ) : void
Remove ( String key ) : void
Remove ( int index ) : void
add ( cReportConnect c ) : cReportConnect
add ( cReportConnect c, String key ) : cReportConnect
cReportConnectsAux ( ) : System
cReportConnectsAux ( IDictionary d, System.Boolean bReadOnly ) : System
clear ( ) : void
count ( ) : int
item ( String key ) : cReportConnect
item ( int index ) : cReportConnect
remove ( String key ) : void
remove ( int index ) : void
this ( int index ) : DictionaryEntry
this ( String key ) : Object

비공개 메소드들

메소드 설명
getDummyKey ( ) : String
load ( CSXml xDoc, XmlNode nodeFather ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

메소드 상세

Add() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Remove() 공개 메소드

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

Remove() 공개 메소드

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

add() 공개 메소드

public add ( cReportConnect c ) : cReportConnect
c cReportConnect
리턴 cReportConnect

add() 공개 메소드

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

cReportConnectsAux() 공개 메소드

public cReportConnectsAux ( ) : System
리턴 System

cReportConnectsAux() 공개 메소드

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

clear() 공개 메소드

public clear ( ) : void
리턴 void

count() 공개 메소드

public count ( ) : int
리턴 int

item() 공개 메소드

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

item() 공개 메소드

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

remove() 공개 메소드

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

remove() 공개 메소드

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

this() 공개 메소드

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

this() 공개 메소드

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