C# Class Tiraggo.Interfaces.tgTypeMap

Show file Open project: BrewDawg/Tiraggo Class Usage Examples

Public Methods

Method Description
tgTypeMap ( ) : System

Null constructor, never used

tgTypeMap ( string nativeType, string systemType ) : System

This constructor is used by the generated metadata map classes

Method Details

tgTypeMap() public method

Null constructor, never used
public tgTypeMap ( ) : System
return System

tgTypeMap() public method

This constructor is used by the generated metadata map classes
public tgTypeMap ( string nativeType, string systemType ) : System
nativeType string
systemType string
return System