C# Class EAAddinFramework.WorkTracking.Project

Description of Project.
Inheritance: WorkTrackingFramework.Project
Mostrar archivo Open project: GeertBellekens/Enterprise-Architect-Add-in-Framework

Private Properties

Property Type Description
resetProperties void

Public Methods

Method Description
Project ( ) : System

default constructor

Project ( TSF.UmlToolingFramework.Wrappers.EA.Package wrappedPackage ) : System
getOwnedWorkitems ( TSF.UmlToolingFramework.UML ownerPackage, bool recursive ) : List

returns all owned workitems for this package and if requested for all owned packages recursively

Protected Methods

Method Description
getCurrentProjectPackage ( Element currentElement ) : TSF.UmlToolingFramework.Wrappers.EA.Package

Private Methods

Method Description
resetProperties ( ) : void

Method Details

Project() public method

default constructor
public Project ( ) : System
return System

Project() public method

public Project ( TSF.UmlToolingFramework.Wrappers.EA.Package wrappedPackage ) : System
wrappedPackage TSF.UmlToolingFramework.Wrappers.EA.Package
return System

getCurrentProjectPackage() protected static method

protected static getCurrentProjectPackage ( Element currentElement ) : TSF.UmlToolingFramework.Wrappers.EA.Package
currentElement Element
return TSF.UmlToolingFramework.Wrappers.EA.Package

getOwnedWorkitems() public abstract method

returns all owned workitems for this package and if requested for all owned packages recursively
public abstract getOwnedWorkitems ( TSF.UmlToolingFramework.UML ownerPackage, bool recursive ) : List
ownerPackage TSF.UmlToolingFramework.UML the owner package
recursive bool indicates whether or not we should recursively search workitems in owned packages
return List