Previous | UML Classes | Table of Contents | UML Packages | Next |
Table D.3 shows
an example profile for .NET components.
Table D.3 - Example Profile for .NET Components
Stereotype |
Base Class |
Parent |
Tags |
Constraints |
Description |
NetComponent «NetComponent» | Component | N/A | N/A | N/A | Indicates that a Component represents a component in the .NET framework. |
NETProperty «NETProperty» | Property | N/A | N/A | N/A | Indicates a Property offered by a component for public get/set operations. |
NETAssembly «NETAssembly» | Package | N/A | N/A | N/A | Indicates a .NET assembly, which is a runtime packaging entitiy for components and other type definitions. |
MSI «MSI» | Artifact | N/A | N/A | N/A | Indicates a component self installer file. |
DLL «DLL» | Artifact | «file» | N/A | N/A | Indicates a portable executable (PE) of type DLL. |
EXE «EXE» | Artifact | «file» | N/A | N/A | Indicates a portable executable (PE) of type EXE. |