C# Class ServiceStack.OrmLite.Converters.StringConverter

Inheritance: OrmLiteConverter
Afficher le fichier Open project: ServiceStack/ServiceStack.OrmLite

Protected Properties

Свойство Type Description
maxColumnDefinition string

Méthodes publiques

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

Method Details

FromDbValue() public méthode

public FromDbValue ( Type fieldType, object value ) : object
fieldType System.Type
value object
Résultat object

GetColumnDefinition() public méthode

public GetColumnDefinition ( int stringLength ) : string
stringLength int
Résultat string

StringConverter() public méthode

public StringConverter ( ) : System
Résultat System

StringConverter() public méthode

public StringConverter ( int stringLength ) : System
stringLength int
Résultat System

Property Details

maxColumnDefinition protected_oe property

protected string maxColumnDefinition
Résultat string