Considering the following:
[Export]
public class BudgetView : ViewBase, IView
{
// Members Galore
}
It is clear that you would say BudgetView extends ViewBase, and it implements IView, but what does it to to poor old Export?
Perhaps BudgetView uses Export?
Or BudgetView applies Export?
I need this for my documentation. I’m need to be very formal and very detailed.
Edit:

My UML tool is very restrictive about what I can and cannot do. I cannot make custom stereotypes for instance.
MSDN uses the terminology of “applies.” Export is applied to the BudgetView type.
The C# Specification, Version 4 uses this terminology as well. For example, from 1.12 Attributes: