Dictionary containing the embedded strategies to find a field giving a property name. The key is the "partial-name" of the strategy used in XML mapping. The value is an instance of the strategy.

Namespace: NHibernate.Mapping.ByCode
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static IDictionary<string, IFieldNamingStrategy> DefaultStrategies { get; }
Visual Basic
Public Shared ReadOnly Property DefaultStrategies As IDictionary(Of String, IFieldNamingStrategy)
	Get
Visual C++
public:
static property IDictionary<String^, IFieldNamingStrategy^>^ DefaultStrategies {
	IDictionary<String^, IFieldNamingStrategy^>^ get ();
}

See Also