1.1    流程图

 

配置系统Configuration

1.2    文件实例

通过一个配置文件实例来演示Configuration的使用方法

<?xml version="1.0" encoding="utf-8" ?>

   <framework>

     <sections>

        <section handler="ConsoleApplication1.MyInfoSectionHandler,

                 ConsoleApplication1"/>

       </sections>

       <configurations>

              <myinfo info="i am info staring"/>

       </configurations>  

</framework>

1.3    类图

1.3.1   Configuration

 

 

配置系统Configuration

1.3.1.1             接口契约

定义接口方便多种类型的文件进行实现,达到拓展的目的.

1.3.1.2             配置文件管理上下文

通过LoadConfiguration加载配置文件信息

1.3.2   Configuration 应用

   

配置系统Configuration

 

 

相关文章:

  • 2019-10-26
  • 2022-02-06
  • 2021-09-25
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
猜你喜欢
  • 2019-11-30
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2019-01-17
  • 2019-01-18
  • 2022-12-23
相关资源
相似解决方案