|
|
|
the program component type
|
[Example]
type = prgComponent.GetType()
|
|
the parent program component
|
[Example]
parent = prgComponent.GetParentComponent()
•GetChildComponents(): list |
[Example]
childCompList = prgComponent.GetChildComponents()
•GetCreatorName(): string |
|
|
the Technology / WorkMethod / Event name of program component
|
[Example]
name = prgComponent.GetCreatorName()
|