C# 클래스 Revenj.DatabasePersistence.Postgres.Converters.TimestampConverter

파일 보기 프로젝트 열기: ngs-doo/revenj

공개 메소드들

메소드 설명
FromDatabase ( string value ) : System.DateTime
Parse ( BufferedTextReader reader, int context ) : System.DateTime
ParseCollection ( BufferedTextReader reader, int context ) : List
ParseCollectionUtc ( BufferedTextReader reader, int context ) : List
ParseNullable ( BufferedTextReader reader, int context ) : DateTime?
ParseNullableCollection ( BufferedTextReader reader, int context ) : List
ParseNullableCollectionUtc ( BufferedTextReader reader, int context ) : List
ParseNullableUtc ( BufferedTextReader reader, int context ) : DateTime?
ParseUtc ( BufferedTextReader reader, int context ) : System.DateTime
Serialize ( System.DateTime value, char buffer, int pos, int hours ) : int
Serialize ( DateTimeOffset value, char buffer, int pos, int hours ) : int
ToDatabase ( System.DateTime value ) : string
ToDatabase ( DateTimeOffset value ) : string
ToTuple ( System.DateTime value ) : IPostgresTuple
ToTupleUtc ( System.DateTime value ) : IPostgresTuple

비공개 메소드들

메소드 설명
ParseTimestampUtc ( BufferedTextReader reader, int context ) : System.DateTime

메소드 상세

FromDatabase() 공개 정적인 메소드

public static FromDatabase ( string value ) : System.DateTime
value string
리턴 System.DateTime

Parse() 공개 정적인 메소드

public static Parse ( BufferedTextReader reader, int context ) : System.DateTime
reader BufferedTextReader
context int
리턴 System.DateTime

ParseCollection() 공개 정적인 메소드

public static ParseCollection ( BufferedTextReader reader, int context ) : List
reader BufferedTextReader
context int
리턴 List

ParseCollectionUtc() 공개 정적인 메소드

public static ParseCollectionUtc ( BufferedTextReader reader, int context ) : List
reader BufferedTextReader
context int
리턴 List

ParseNullable() 공개 정적인 메소드

public static ParseNullable ( BufferedTextReader reader, int context ) : DateTime?
reader BufferedTextReader
context int
리턴 DateTime?

ParseNullableCollection() 공개 정적인 메소드

public static ParseNullableCollection ( BufferedTextReader reader, int context ) : List
reader BufferedTextReader
context int
리턴 List

ParseNullableCollectionUtc() 공개 정적인 메소드

public static ParseNullableCollectionUtc ( BufferedTextReader reader, int context ) : List
reader BufferedTextReader
context int
리턴 List

ParseNullableUtc() 공개 정적인 메소드

public static ParseNullableUtc ( BufferedTextReader reader, int context ) : DateTime?
reader BufferedTextReader
context int
리턴 DateTime?

ParseUtc() 공개 정적인 메소드

public static ParseUtc ( BufferedTextReader reader, int context ) : System.DateTime
reader BufferedTextReader
context int
리턴 System.DateTime

Serialize() 공개 정적인 메소드

public static Serialize ( System.DateTime value, char buffer, int pos, int hours ) : int
value System.DateTime
buffer char
pos int
hours int
리턴 int

Serialize() 공개 정적인 메소드

public static Serialize ( DateTimeOffset value, char buffer, int pos, int hours ) : int
value DateTimeOffset
buffer char
pos int
hours int
리턴 int

ToDatabase() 공개 정적인 메소드

public static ToDatabase ( System.DateTime value ) : string
value System.DateTime
리턴 string

ToDatabase() 공개 정적인 메소드

public static ToDatabase ( DateTimeOffset value ) : string
value DateTimeOffset
리턴 string

ToTuple() 공개 정적인 메소드

public static ToTuple ( System.DateTime value ) : IPostgresTuple
value System.DateTime
리턴 IPostgresTuple

ToTupleUtc() 공개 정적인 메소드

public static ToTupleUtc ( System.DateTime value ) : IPostgresTuple
value System.DateTime
리턴 IPostgresTuple