C# Class NHibernate.Util.PropertiesHelper

Mostrar archivo Open project: nhibernate/nhibernate-core

Public Methods

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

Method Details

GetBoolean() public static method

public static GetBoolean ( string property, string>.IDictionary properties ) : bool
property string
properties string>.IDictionary
return bool

GetBoolean() public static method

public static GetBoolean ( string property, string>.IDictionary properties, bool defaultValue ) : bool
property string
properties string>.IDictionary
defaultValue bool
return bool

GetByte() public static method

public static GetByte ( string property, string>.IDictionary properties, byte defaultValue ) : byte?
property string
properties string>.IDictionary
defaultValue byte
return byte?

GetInt32() public static method

public static GetInt32 ( string property, string>.IDictionary properties, int defaultValue ) : int
property string
properties string>.IDictionary
defaultValue int
return int

GetInt64() public static method

public static GetInt64 ( string property, string>.IDictionary properties, long defaultValue ) : long
property string
properties string>.IDictionary
defaultValue long
return long

GetString() public static method

public static GetString ( string property, string>.IDictionary properties, string defaultValue ) : string
property string
properties string>.IDictionary
defaultValue string
return string

ToDictionary() public static method

public static ToDictionary ( string property, string delim, string>.IDictionary properties ) : string>.IDictionary
property string
delim string
properties string>.IDictionary
return string>.IDictionary