C# Class ToolSet.DatabaseExtractorCode.DBExtractor.InternalData

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

public DataBaseType DataBaseType
return DataBaseType

InjectableBegin public property

public string InjectableBegin
return string

InjectableCondition public property

public string InjectableCondition
return string

InjectableEnd public property

public string InjectableEnd
return string

ParameterInjectable public property

public bool ParameterInjectable
return bool

Prepared public property

public bool Prepared
return bool

UseConditions public property

public bool UseConditions
return bool