Exemple #1
0
 /// <summary>
 /// Reads the actual section values
 /// </summary>
 /// <param name="section"></param>
 private void ReadSectionValues(DbResourceProviderSection section)
 {
     ConnectionString               = section.ConnectionString;
     ResourceTableName              = section.ResourceTableName;
     DesignTimeVirtualPath          = section.DesignTimeVirtualPath;
     LocalizationFormWebPath        = section.LocalizationFormWebPath;
     ShowLocalizationControlOptions = section.ShowLocalizationControlOptions;
     ShowControlIcons               = section.ShowControlIcons;
     AddMissingResources            = section.AddMissingResources;
     StronglyTypedGlobalResource    = section.StronglyTypedGlobalResource;
     ResourceBaseNamespace          = section.ResourceBaseNamespace;
     //ResxExportProjectType = section.ResxExportProjectType;
     BingClientId     = section.BingClientId;
     BingClientSecret = section.BingClientSecret;
 }
 /// <summary>
 /// Reads the actual section values
 /// </summary>
 /// <param name="section"></param>
 private void ReadSectionValues(DbResourceProviderSection section)
 {
     ConnectionString = section.ConnectionString;
     ResourceTableName = section.ResourceTableName;
     DesignTimeVirtualPath = section.DesignTimeVirtualPath;
     LocalizationFormWebPath = section.LocalizationFormWebPath;
     ShowLocalizationControlOptions = section.ShowLocalizationControlOptions;
     ShowControlIcons = section.ShowControlIcons;
     AddMissingResources = section.AddMissingResources;
     StronglyTypedGlobalResource = section.StronglyTypedGlobalResource;
     ResourceBaseNamespace = section.ResourceBaseNamespace;
     //ResxExportProjectType = section.ResxExportProjectType;
     BingClientId = section.BingClientId;
     BingClientSecret = section.BingClientSecret;
 }