C# Класс net.r_eg.IeXod.Construction.ProjectOutputElement

Наследование: net.r_eg.IeXod.Construction.ProjectElement
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
CreateNewInstance ( ProjectRootElement owner ) : net.r_eg.IeXod.Construction.ProjectElement

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

Метод Описание
CreateDisconnected ( string taskParameter, string itemType, string propertyName, ProjectRootElement containingProject ) : ProjectOutputElement

Creates an unparented ProjectOutputElement, wrapping an unparented XmlElement. Validates the parameters. Exactly one of item name and property name must have a value. Caller should then ensure the element is added to a parent

ProjectOutputElement ( ProjectOutputElementLink link ) : System

External projects support

ProjectOutputElement ( XmlElement xmlElement, ProjectRootElement containingProject ) : System

Initialize an unparented ProjectOutputElement

ProjectOutputElement ( XmlElement xmlElement, net.r_eg.IeXod.Construction.ProjectTaskElement parent, ProjectRootElement containingProject ) : System

Initialize a parented ProjectOutputElement

VerifyThrowInvalidOperationAcceptableLocation ( net.r_eg.IeXod.Construction.ProjectElementContainer parent, net.r_eg.IeXod.Construction.ProjectElement previousSibling, net.r_eg.IeXod.Construction.ProjectElement nextSibling ) : void

Overridden to verify that the potential parent and siblings are acceptable. Throws InvalidOperationException if they are not.

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

CreateNewInstance() защищенный Метод

protected CreateNewInstance ( ProjectRootElement owner ) : net.r_eg.IeXod.Construction.ProjectElement
owner ProjectRootElement
Результат net.r_eg.IeXod.Construction.ProjectElement