C# profile

The C# profile contains several stereotypes that you can use to mark up your UML model and to control how the transformation transforms each model element into C# code. The stereotypes of the profile become available when you apply the profile to your source model.

You can apply the stereotypes of the C# profile to model elements in your source model to specify how the transformation generates C# code. For example, when you apply the «CSharp Method» stereotype to an operation in the model and set the virtual stereotype property to true, the transformation generates a virtual operation.

Guidelines for modeling .NET applications using the C# profile

Use the following guidelines when you create UML models that represent C# applications:


Feedback