C# Class Tiraggo.Interfaces.StandardProviderParameters

Show file 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 property

public IDbCommand cmd
return IDbCommand

needsDoubleParameter public property

public bool needsDoubleParameter
return bool

needsIntegerParameter public property

public bool needsIntegerParameter
return bool

needsStringParameter public property

public bool needsStringParameter
return bool

pindex public property

public int pindex
return int

request public property

public tgDataRequest,Tiraggo.Interfaces request
return tgDataRequest