C# 클래스 PHP.Core.LibrarySection

Represents a configuration section defined in a config file.
The section holds the descriptor of the library and it's configuration context. The in-process configuration records are contained in the context.
파일 보기 프로젝트 열기: jadu/Phalanger

공개 프로퍼티들

프로퍼티 타입 설명
Descriptor PHP.Core.PhpLibraryDescriptor
UserContext ConfigContextBase

공개 메소드들

메소드 설명
LibrarySection ( PHP.Core.PhpLibraryDescriptor descriptor ) : System

메소드 상세

LibrarySection() 공개 메소드

public LibrarySection ( PHP.Core.PhpLibraryDescriptor descriptor ) : System
descriptor PHP.Core.PhpLibraryDescriptor
리턴 System

프로퍼티 상세

Descriptor 공개적으로 프로퍼티

A descriptor of the library owning the section.
public PhpLibraryDescriptor,PHP.Core Descriptor
리턴 PHP.Core.PhpLibraryDescriptor

UserContext 공개적으로 프로퍼티

User configuration context containing values stored in the section.
public ConfigContextBase,PHP.Core UserContext
리턴 ConfigContextBase