Namespaces

Types

Type PropertiesHelper

Namespace NHibernate.Util

Methods

Fields

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public static methods

bool GetBoolean(string property, IDictionary properties, bool defaultValue)

Parameters
return bool
string property
IDictionary properties
bool defaultValue

bool GetBoolean(string property, IDictionary properties)

Parameters
return bool
string property
IDictionary properties

int GetInt32(string property, IDictionary properties, int defaultValue)

Parameters
return int
string property
IDictionary properties
int defaultValue

long GetInt64(string property, IDictionary properties, long defaultValue)

Parameters
return long
string property
IDictionary properties
long defaultValue

IDictionary GetParams(XmlElement node)

Extracts a set of param child nodes from the specified node
Parameters
return IDictionary null if no parameters are found
XmlElement node Parent element.

string GetString(string property, IDictionary properties, string defaultValue)

Parameters
return string
string property
IDictionary properties
string defaultValue

IDictionary ToDictionary(string property, string delim, IDictionary properties)

Parameters
return IDictionary
string property
string delim
IDictionary properties

String[] ToStringArray(string property, string delim, IDictionary properties)

Parameters
return String[]
string property
string delim
IDictionary properties

String[] ToStringArray(string propValue, string delim)

Parameters
return String[]
string propValue
string delim

Public fields

string TagParam

return string

string AttrValue

return string

string AttrName

return string