C# Class Tiraggo.Interfaces.tgSmartDictionary

Afficher le fichier Open project: BrewDawg/Tiraggo Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Reallocate ( ) : void

Method Details

Allocate() public méthode

public Allocate ( int capacity ) : void
capacity int
Résultat void

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

IndexToColumnName() public méthode

public IndexToColumnName ( int index ) : string
index int
Résultat string

SetOrdinal() public méthode

public SetOrdinal ( string columnName, int ordinal ) : void
columnName string
ordinal int
Résultat void

TryGetValue() public méthode

public TryGetValue ( string columnName, object &value ) : bool
columnName string
value object
Résultat bool

tgSmartDictionary() public méthode

public tgSmartDictionary ( ) : System
Résultat System

tgSmartDictionary() public méthode

public tgSmartDictionary ( DataColumnCollection columns, object values ) : System
columns System.Data.DataColumnCollection
values object
Résultat System

tgSmartDictionary() public méthode

public tgSmartDictionary ( int>.Dictionary ordinals, object values ) : System
ordinals int>.Dictionary
values object
Résultat System

tgSmartDictionary() public méthode

public tgSmartDictionary ( int>.Dictionary ordinals, object values, bool cloneValues ) : System
ordinals int>.Dictionary
values object
cloneValues bool
Résultat System

tgSmartDictionary() public méthode

public tgSmartDictionary ( int capacity ) : System
capacity int
Résultat System

tgSmartDictionary() public méthode

public tgSmartDictionary ( tgSmartDictionary smartDictionary ) : System
smartDictionary tgSmartDictionary
Résultat System

this() public méthode

public this ( string columnName ) : object
columnName string
Résultat object