Метод | Описание | |
---|---|---|
XmlActiveRecordConfiguration ( Stream stream ) : System |
Initializes a new instance of the XmlActiveRecordConfiguration class.
|
|
XmlActiveRecordConfiguration ( String xmlFileName ) : System |
Initializes a new instance of the XmlActiveRecordConfiguration class.
|
|
XmlActiveRecordConfiguration ( TextReader reader ) : System |
Initializes a new instance of the XmlActiveRecordConfiguration class.
|
Метод | Описание | |
---|---|---|
BuildProperties ( |
Builds the configuration properties.
|
|
GetFlushType ( string configurationValue ) : DefaultFlushType | ||
PopulateSource ( |
Populate this instance with values from the given XML node
|
|
SetDefaults ( |
Sets the default configuration for database specifiend by name.
|
|
SetUpNamingStrategyType ( String customType ) : void |
Sets the type of the naming strategy.
|
|
SetUpSessionFactoryHolderType ( String customType ) : void |
Sets the type of the session factory holder.
|
|
SetUpThreadInfoType ( string customType ) : void |
Sets the type of the thread info.
|
|
XmlActiveRecordConfiguration ( ) : System |
Initializes a new instance of the XmlActiveRecordConfiguration class.
|
Метод | Описание | |
---|---|---|
ConvertBool ( |
||
PopulateConfigNodes ( |
protected BuildProperties ( |
||
config | ||
node | ||
Результат | void |
protected GetFlushType ( string configurationValue ) : DefaultFlushType | ||
configurationValue | string | |
Результат | DefaultFlushType |
protected PopulateSource ( |
||
section | ||
Результат | void |
protected SetDefaults ( |
||
config | ||
name | string | Name of the database type. |
connectionStringName | string | name of the connection string specified in connectionStrings configuration section |
Результат | void |
protected SetUpNamingStrategyType ( String customType ) : void | ||
customType | String | Custom implementation type name. |
Результат | void |
protected SetUpSessionFactoryHolderType ( String customType ) : void | ||
customType | String | Custom implementation |
Результат | void |
protected SetUpThreadInfoType ( string customType ) : void | ||
customType | string | The type of the custom implementation. |
Результат | void |
protected XmlActiveRecordConfiguration ( ) : System | ||
Результат | System |
public XmlActiveRecordConfiguration ( Stream stream ) : System | ||
stream | Stream | The stream. |
Результат | System |
public XmlActiveRecordConfiguration ( String xmlFileName ) : System | ||
xmlFileName | String | Name of the XML file. |
Результат | System |
public XmlActiveRecordConfiguration ( TextReader reader ) : System | ||
reader | TextReader | The reader. |
Результат | System |