C# 클래스 NSoft.NFramework.Configurations.NamedConfigurationElement

Represents a named System.Configuration.ConfigurationElement wher the name is the key to a collection.
This class is used in conjunction with a NSoft.NFramework.Configurations.NamedElementCollection{T}.
상속: System.Configuration.ConfigurationElement
파일 보기 프로젝트 열기: debop/NFramework

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DeserializeElement ( XmlReader reader ) : void

This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Updates the configuration properties of the receiver with the information in the current element in the reader.

NamedConfigurationElement ( ) : System.Configuration

Initialize a new instance of a NamedConfigurationElement class.

NamedConfigurationElement ( string name ) : System.Configuration

Intialize a new instance of a NamedConfigurationElement class with a name.

메소드 상세

DeserializeElement() 공개 메소드

This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Updates the configuration properties of the receiver with the information in the current element in the reader.
public DeserializeElement ( XmlReader reader ) : void
reader System.Xml.XmlReader The reader over the configuration file.
리턴 void

NamedConfigurationElement() 공개 메소드

Initialize a new instance of a NamedConfigurationElement class.
public NamedConfigurationElement ( ) : System.Configuration
리턴 System.Configuration

NamedConfigurationElement() 공개 메소드

Intialize a new instance of a NamedConfigurationElement class with a name.
public NamedConfigurationElement ( string name ) : System.Configuration
name string The name of the element.
리턴 System.Configuration