C# Class ActiveRecordPattern.ActiveRecordBase

显示文件 Open project: msCube/Gallery

Protected Properties

Property Type Description
_connString string

Private Properties

Property Type Description

Public Methods

Method Description
Initialize ( ) : void

Устанавливает соединение с базой данных и в случае успеха, если данной таблици не существует, создает новую таблицу

Protected Methods

Method Description
colomnString ( Type Type ) : string

возращает строку, состоящую из именований столбцов

properties ( Type Type ) : System.Reflection.PropertyInfo[]
propertyKey ( Type Type ) : PropertyInfo
propertyKeyName ( Type Type ) : string
propertyKeyType ( Type Type ) : Type
propertyNames ( Type Type ) : string[]

Возращает имена колонок для даного типа класса.

propertyTypes ( Type Type ) : System.Type[]

Возращает типи колонок для даного типа класса.

tableName ( Type Type ) : string

Возращает название таблици

Method Details

Initialize() public method

Устанавливает соединение с базой данных и в случае успеха, если данной таблици не существует, создает новую таблицу
public Initialize ( ) : void
return void

colomnString() protected static method

возращает строку, состоящую из именований столбцов
protected static colomnString ( Type Type ) : string
Type System.Type
return string

properties() protected static method

protected static properties ( Type Type ) : System.Reflection.PropertyInfo[]
Type System.Type
return System.Reflection.PropertyInfo[]

propertyKey() protected static method

protected static propertyKey ( Type Type ) : PropertyInfo
Type System.Type
return System.Reflection.PropertyInfo

propertyKeyName() protected static method

protected static propertyKeyName ( Type Type ) : string
Type System.Type
return string

propertyKeyType() protected static method

protected static propertyKeyType ( Type Type ) : Type
Type System.Type
return System.Type

propertyNames() protected static method

Возращает имена колонок для даного типа класса.
protected static propertyNames ( Type Type ) : string[]
Type System.Type
return string[]

propertyTypes() protected static method

Возращает типи колонок для даного типа класса.
protected static propertyTypes ( Type Type ) : System.Type[]
Type System.Type
return System.Type[]

tableName() protected static method

Возращает название таблици
protected static tableName ( Type Type ) : string
Type System.Type
return string

Property Details

_connString protected_oe static_oe property

protected static string _connString
return string