C# 클래스 net.r_eg.IeXod.Construction.ProjectOutputElement

상속: net.r_eg.IeXod.Construction.ProjectElement
파일 보기 프로젝트 열기: 3F/IeXod 1 사용 예제들

보호된 메소드들

메소드 설명
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