C# Class ToolSet.DatabaseExtractorCode.DBExtractor.InternalData

Mostrar archivo Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Properties

Property Type Description
DataBaseType DataBaseType
InjectableBegin string
InjectableCondition string
InjectableEnd string
ParameterInjectable bool
Prepared bool
UseConditions bool

Public Methods

Method Description
InternalData ( )

Method Details

InternalData() public method

public InternalData ( )

Property Details

DataBaseType public_oe property

public DataBaseType DataBaseType
return DataBaseType

InjectableBegin public_oe property

public string InjectableBegin
return string

InjectableCondition public_oe property

public string InjectableCondition
return string

InjectableEnd public_oe property

public string InjectableEnd
return string

ParameterInjectable public_oe property

public bool ParameterInjectable
return bool

Prepared public_oe property

public bool Prepared
return bool

UseConditions public_oe property

public bool UseConditions
return bool