C# 클래스 Tiraggo.Interfaces.tgProviderSpecificMetadata

상속: IProviderSpecificMetadata
파일 보기 프로젝트 열기: BrewDawg/Tiraggo 1 사용 예제들

공개 메소드들

메소드 설명
AddTypeMap ( string columnName, tgTypeMap typeMap ) : void
ContainsKey ( string key ) : bool
GetTypeMap ( string columnName ) : tgTypeMap
tgProviderSpecificMetadata ( ) : System

The Constructor

this ( string key ) : string

메소드 상세

AddTypeMap() 공개 메소드

public AddTypeMap ( string columnName, tgTypeMap typeMap ) : void
columnName string
typeMap tgTypeMap
리턴 void

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

GetTypeMap() 공개 메소드

public GetTypeMap ( string columnName ) : tgTypeMap
columnName string
리턴 tgTypeMap

tgProviderSpecificMetadata() 공개 메소드

The Constructor
public tgProviderSpecificMetadata ( ) : System
리턴 System

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string