C# Class ServiceStack.OrmLite.Converters.StringConverter

Inheritance: OrmLiteConverter
Show file Open project: ServiceStack/ServiceStack.OrmLite

Protected Properties

Property Type Description
maxColumnDefinition string

Public Methods

Method Description
FromDbValue ( Type fieldType, object value ) : object
GetColumnDefinition ( int stringLength ) : string
StringConverter ( ) : System
StringConverter ( int stringLength ) : System

Method Details

FromDbValue() public method

public FromDbValue ( Type fieldType, object value ) : object
fieldType System.Type
value object
return object

GetColumnDefinition() public method

public GetColumnDefinition ( int stringLength ) : string
stringLength int
return string

StringConverter() public method

public StringConverter ( ) : System
return System

StringConverter() public method

public StringConverter ( int stringLength ) : System
stringLength int
return System

Property Details

maxColumnDefinition protected property

protected string maxColumnDefinition
return string