C# Class ServiceStack.OrmLite.Converters.DateTimeConverter

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

Protected Properties

Property Type Description
Log ILog

Public Methods

Method Description
DateTimeFmt ( System.DateTime dateTime, string dateTimeFormat ) : string
FromDbValue ( Type fieldType, object value ) : object
FromDbValue ( object value ) : object
ToDbValue ( Type fieldType, object value ) : object
ToQuotedString ( Type fieldType, object value ) : string

Method Details

DateTimeFmt() public method

public DateTimeFmt ( System.DateTime dateTime, string dateTimeFormat ) : string
dateTime System.DateTime
dateTimeFormat string
return string

FromDbValue() public method

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

FromDbValue() public method

public FromDbValue ( object value ) : object
value object
return object

ToDbValue() public method

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

ToQuotedString() public method

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

Property Details

Log protected_oe static_oe property

protected static ILog Log
return ILog