C# Класс NHibernate.Util.PropertiesHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
GetBoolean ( string property, string>.IDictionary properties ) : bool
GetBoolean ( string property, string>.IDictionary properties, bool defaultValue ) : bool
GetByte ( string property, string>.IDictionary properties, byte defaultValue ) : byte?
GetInt32 ( string property, string>.IDictionary properties, int defaultValue ) : int
GetInt64 ( string property, string>.IDictionary properties, long defaultValue ) : long
GetString ( string property, string>.IDictionary properties, string defaultValue ) : string
ToDictionary ( string property, string delim, string>.IDictionary properties ) : string>.IDictionary

Описание методов

GetBoolean() публичный статический Метод

public static GetBoolean ( string property, string>.IDictionary properties ) : bool
property string
properties string>.IDictionary
Результат bool

GetBoolean() публичный статический Метод

public static GetBoolean ( string property, string>.IDictionary properties, bool defaultValue ) : bool
property string
properties string>.IDictionary
defaultValue bool
Результат bool

GetByte() публичный статический Метод

public static GetByte ( string property, string>.IDictionary properties, byte defaultValue ) : byte?
property string
properties string>.IDictionary
defaultValue byte
Результат byte?

GetInt32() публичный статический Метод

public static GetInt32 ( string property, string>.IDictionary properties, int defaultValue ) : int
property string
properties string>.IDictionary
defaultValue int
Результат int

GetInt64() публичный статический Метод

public static GetInt64 ( string property, string>.IDictionary properties, long defaultValue ) : long
property string
properties string>.IDictionary
defaultValue long
Результат long

GetString() публичный статический Метод

public static GetString ( string property, string>.IDictionary properties, string defaultValue ) : string
property string
properties string>.IDictionary
defaultValue string
Результат string

ToDictionary() публичный статический Метод

public static ToDictionary ( string property, string delim, string>.IDictionary properties ) : string>.IDictionary
property string
delim string
properties string>.IDictionary
Результат string>.IDictionary