C# Class Bosphorus.Dao.NHibernate.Extension.Convention.UpperCaseString.UserType

Inheritance: NHibernate.Type.AbstractStringType
Afficher le fichier Open project: BosphorusTeam/bosphorus.dao

Méthodes publiques

Méthode Description
FromStringValue ( string xml ) : object
Get ( IDataReader rs, int index ) : object
Get ( IDataReader rs, string name ) : object
Set ( IDbCommand cmd, object value, int index ) : void
ToString ( object val ) : string
UserType ( ) : System

Method Details

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

Set() public méthode

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

ToString() public méthode

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

UserType() public méthode

public UserType ( ) : System
Résultat System