C# Класс NAnt.Core.ProjectSettingsLoader

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ConfigureRuntimeFramework FrameworkInfo
ConfigureTargetFramework FrameworkInfo
GetXmlAttributeValue string
ProcessFrameworks void
ProcessGlobalProperties void
ProcessPlatform void
ProjectSettingsLoader System

Открытые методы

Метод Описание
ProcessSettings ( ) : void

Loads and processes settings from the specified XmlNode of the configuration file.

Приватные методы

Метод Описание
ConfigureRuntimeFramework ( ) : FrameworkInfo
ConfigureTargetFramework ( XmlNode platformNode ) : FrameworkInfo
GetXmlAttributeValue ( XmlNode xmlNode, string attributeName ) : string

Gets the value of the specified attribute from the specified node.

ProcessFrameworks ( XmlNode platformNode ) : void

Processes the framework nodes of the given platform node.

ProcessGlobalProperties ( XmlNodeList propertyNodes ) : void

Reads the list of global properties specified in the NAnt configuration file.

ProcessPlatform ( XmlNode platformNode ) : void
ProjectSettingsLoader ( Project project ) : System

Initializes a new instance of the ProjectSettingsLoader class for the given Project.

Описание методов

ProcessSettings() публичный Метод

Loads and processes settings from the specified XmlNode of the configuration file.
public ProcessSettings ( ) : void
Результат void