C# Class Tiraggo.Interfaces.StandardProviderParameters

Mostrar archivo Open project: BrewDawg/Tiraggo

Public Properties

Property Type Description
cmd IDbCommand
needsDoubleParameter bool
needsIntegerParameter bool
needsStringParameter bool
pindex int
request tgDataRequest

Property Details

cmd public_oe property

public IDbCommand cmd
return IDbCommand

needsDoubleParameter public_oe property

public bool needsDoubleParameter
return bool

needsIntegerParameter public_oe property

public bool needsIntegerParameter
return bool

needsStringParameter public_oe property

public bool needsStringParameter
return bool

pindex public_oe property

public int pindex
return int

request public_oe property

public tgDataRequest,Tiraggo.Interfaces request
return tgDataRequest