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.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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