C# Класс Tiraggo.Interfaces.tgSmartDictionary

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Allocate ( int capacity ) : void
ContainsKey ( string key ) : bool
IndexToColumnName ( int index ) : string
SetOrdinal ( string columnName, int ordinal ) : void
TryGetValue ( string columnName, object &value ) : bool
tgSmartDictionary ( ) : System
tgSmartDictionary ( DataColumnCollection columns, object values ) : System
tgSmartDictionary ( int>.Dictionary ordinals, object values ) : System
tgSmartDictionary ( int>.Dictionary ordinals, object values, bool cloneValues ) : System
tgSmartDictionary ( int capacity ) : System
tgSmartDictionary ( tgSmartDictionary smartDictionary ) : System
this ( string columnName ) : object

Приватные методы

Метод Описание
Reallocate ( ) : void

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

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

public Allocate ( int capacity ) : void
capacity int
Результат void

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

public ContainsKey ( string key ) : bool
key string
Результат bool

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

public IndexToColumnName ( int index ) : string
index int
Результат string

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

public SetOrdinal ( string columnName, int ordinal ) : void
columnName string
ordinal int
Результат void

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

public TryGetValue ( string columnName, object &value ) : bool
columnName string
value object
Результат bool

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

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

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

public tgSmartDictionary ( DataColumnCollection columns, object values ) : System
columns System.Data.DataColumnCollection
values object
Результат System

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

public tgSmartDictionary ( int>.Dictionary ordinals, object values ) : System
ordinals int>.Dictionary
values object
Результат System

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

public tgSmartDictionary ( int>.Dictionary ordinals, object values, bool cloneValues ) : System
ordinals int>.Dictionary
values object
cloneValues bool
Результат System

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

public tgSmartDictionary ( int capacity ) : System
capacity int
Результат System

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

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

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

public this ( string columnName ) : object
columnName string
Результат object