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

Inheritance: NHibernate.Type.AbstractStringType
Mostrar archivo Open project: BosphorusTeam/bosphorus.dao

Public Methods

Method 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 method

public FromStringValue ( string xml ) : object
xml string
return object

Get() public method

public Get ( IDataReader rs, int index ) : object
rs IDataReader
index int
return object

Get() public method

public Get ( IDataReader rs, string name ) : object
rs IDataReader
name string
return object

Set() public method

public Set ( IDbCommand cmd, object value, int index ) : void
cmd IDbCommand
value object
index int
return void

ToString() public method

public ToString ( object val ) : string
val object
return string

UserType() public method

public UserType ( ) : System
return System