C# Class ServiceStack.OrmLite.Converters.ReferenceTypeConverter

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

Méthodes publiques

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

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

ToDbValue() public méthode

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

ToQuotedString() public méthode

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