C# Class NHibernate.Type.DateTimeOffsetType

Inheritance: NHibernate.Type.PrimitiveType, IIdentifierType, ILiteralType, IVersionType
Afficher le fichier Open project: nhibernate/nhibernate-core Class Usage Examples

Méthodes publiques

Méthode Description
DateTimeOffsetType ( ) : System

FromStringValue ( string xml ) : object
Get ( IDataReader rs, int index ) : object
Get ( IDataReader rs, string name ) : object
IsEqual ( object x, object y ) : bool
Next ( object current, ISessionImplementor session ) : object
ObjectToSQLString ( object value, Dialect dialect ) : string
Seed ( ISessionImplementor session ) : object
Set ( IDbCommand st, object value, int index ) : void
StringToObject ( string xml ) : object
ToString ( object val ) : string

Method Details

DateTimeOffsetType() public méthode

public DateTimeOffsetType ( ) : System
Résultat System

FromStringValue() public méthode

public FromStringValue ( string xml ) : object
xml string
Résultat object

Get() public méthode

public Get ( IDataReader rs, int index ) : object
rs IDataReader
index int
Résultat object

Get() public méthode

public Get ( IDataReader rs, string name ) : object
rs IDataReader
name string
Résultat object

IsEqual() public méthode

public IsEqual ( object x, object y ) : bool
x object
y object
Résultat bool

Next() public méthode

public Next ( object current, ISessionImplementor session ) : object
current object
session ISessionImplementor
Résultat object

ObjectToSQLString() public méthode

public ObjectToSQLString ( object value, Dialect dialect ) : string
value object
dialect Dialect
Résultat string

Seed() public méthode

public Seed ( ISessionImplementor session ) : object
session ISessionImplementor
Résultat object

Set() public méthode

public Set ( IDbCommand st, object value, int index ) : void
st IDbCommand
value object
index int
Résultat void

StringToObject() public méthode

public StringToObject ( string xml ) : object
xml string
Résultat object

ToString() public méthode

public ToString ( object val ) : string
val object
Résultat string