Пример #1
0
 private ConventionTable()
 {
     this.m_convention = AlpacaConfiguration.Settings.GetNamingConvention();
 }
Пример #2
0
 /// <summary>
 /// Set's this TypeMap's <see cref="P:NamingConvention"/> with the specified <see cref="T:Convention"/>.
 /// </summary>
 /// <param name="convention"><see cref="T:Convention"/> to use.</param>
 internal void SetNamingConvention( Convention convention )
 {
     this.NamingConvention = convention;
 }