C# 2.0 Interfaces

PowerDesigner models C# 2.0 interfaces as standard UML interfaces, with additional properties.

For information about creating and working with interfaces, see Interfaces (OOM).

C# interfaces can contain events, properties, indexers and methods; they do not support variables, constants, and constructors.