Public Methods

MethodDescription
AddDiagramsSend Modify Project request to repository to add diagrams to a specific project. The diagrams to be added to the project are specified through SetDiagramList method. RETURN DATATYPE: Integer.
DoModifySends Modify Project request to the Repository to modify the defintion of the project. Return 1 if successful, and 0 if it failed. RETURN DATATYPE: Integer.
GetDiagramListReturns a StringObject collection of the Diagrams assigned to this Project.
RemoveDiagramsSend Modify Project request to repository to remove diagrams from a specific project. The diagrams to be removed are specified through SetDiagramList. RETURN DATATYPE: Integer.
SetDiagramListSet the Project's DiagramList according to the Diagram names in the given StringObject collection. PARAMETERS: StringObjects.

Public Properties

PropertiesDescription
DescriptionDescription for the Project. DATATYPE: String.
NameName of the Project. DATATYPE: String.
  • No labels