C# Class Tiraggo.Interfaces.tgProviderSpecificMetadata

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

Méthodes publiques

Méthode Description
AddTypeMap ( string columnName, tgTypeMap typeMap ) : void
ContainsKey ( string key ) : bool
GetTypeMap ( string columnName ) : tgTypeMap
tgProviderSpecificMetadata ( ) : System

The Constructor

this ( string key ) : string

Method Details

AddTypeMap() public méthode

public AddTypeMap ( string columnName, tgTypeMap typeMap ) : void
columnName string
typeMap tgTypeMap
Résultat void

ContainsKey() public méthode

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

GetTypeMap() public méthode

public GetTypeMap ( string columnName ) : tgTypeMap
columnName string
Résultat tgTypeMap

tgProviderSpecificMetadata() public méthode

The Constructor
public tgProviderSpecificMetadata ( ) : System
Résultat System

this() public méthode

public this ( string key ) : string
key string
Résultat string