C# 클래스 biz.dfch.CS.Appclusive.Scheduler.Public.ConfigSectionManager

파일 보기 프로젝트 열기: dfensgmbh/biz.dfch.CS.Appclusive.Scheduler 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string name, ConfigurationSection section ) : void
ConfigSectionManager ( ) : System
ConfigSectionManager ( string exePath ) : System
Decrypt ( string name ) : void
Encrypt ( string name ) : void
Get ( string name ) : ConfigurationSection
Remove ( string name ) : void

메소드 상세

Add() 공개 메소드

public Add ( string name, ConfigurationSection section ) : void
name string
section System.Configuration.ConfigurationSection
리턴 void

ConfigSectionManager() 공개 메소드

public ConfigSectionManager ( ) : System
리턴 System

ConfigSectionManager() 공개 메소드

public ConfigSectionManager ( string exePath ) : System
exePath string
리턴 System

Decrypt() 공개 메소드

public Decrypt ( string name ) : void
name string
리턴 void

Encrypt() 공개 메소드

public Encrypt ( string name ) : void
name string
리턴 void

Get() 공개 메소드

public Get ( string name ) : ConfigurationSection
name string
리턴 System.Configuration.ConfigurationSection

Remove() 공개 메소드

public Remove ( string name ) : void
name string
리턴 void