C# Class ServiceStack.OrmLite.Converters.CharArrayConverter

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

Méthodes publiques

Méthode Description
CharArrayConverter ( ) : System
CharArrayConverter ( int stringLength ) : System
FromDbValue ( Type fieldType, object value ) : object
ToDbValue ( Type fieldType, object value ) : object

Method Details

CharArrayConverter() public méthode

public CharArrayConverter ( ) : System
Résultat System

CharArrayConverter() public méthode

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

FromDbValue() public méthode

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

ToDbValue() public méthode

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