C# Класс CSReportDll.cReportPageSettings

Наследование: System.Collections.Specialized.NameObjectCollectionBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( String key, Object value ) : void
Clear ( ) : void
Remove ( String key ) : void
Remove ( int index ) : void
add ( cReportSectionLine sectionLine, cReportPageInfo c, String key ) : cReportPageInfo
cReportPageSettings ( ) : System
cReportPageSettings ( IDictionary d, System.Boolean bReadOnly ) : System
clear ( ) : void
count ( ) : int
getHeight ( ) : float
item ( String key ) : cReportPageInfo
item ( int index ) : cReportPageInfo
remove ( String key ) : void
remove ( int index ) : void
setHeight ( float rhs ) : void
this ( int index ) : DictionaryEntry
this ( String key ) : Object

Описание методов

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 ( cReportSectionLine sectionLine, cReportPageInfo c, String key ) : cReportPageInfo
sectionLine cReportSectionLine
c cReportPageInfo
key String
Результат cReportPageInfo

cReportPageSettings() публичный Метод

public cReportPageSettings ( ) : System
Результат System

cReportPageSettings() публичный Метод

public cReportPageSettings ( IDictionary d, System.Boolean bReadOnly ) : System
d IDictionary
bReadOnly System.Boolean
Результат System

clear() публичный Метод

public clear ( ) : void
Результат void

count() публичный Метод

public count ( ) : int
Результат int

getHeight() публичный Метод

public getHeight ( ) : float
Результат float

item() публичный Метод

public item ( String key ) : cReportPageInfo
key String
Результат cReportPageInfo

item() публичный Метод

public item ( int index ) : cReportPageInfo
index int
Результат cReportPageInfo

remove() публичный Метод

public remove ( String key ) : void
key String
Результат void

remove() публичный Метод

public remove ( int index ) : void
index int
Результат void

setHeight() публичный Метод

public setHeight ( float rhs ) : void
rhs float
Результат void

this() публичный Метод

public this ( int index ) : DictionaryEntry
index int
Результат System.Collections.DictionaryEntry

this() публичный Метод

public this ( String key ) : Object
key String
Результат Object