Enterprise Architect Add-in Framework Documentation [Missing <summary> documentation for "P:TSF.UmlToolingFramework.Wrappers.EA.InterfaceRealization.contract"]
Namespace: TSF.UmlToolingFramework.Wrappers.EAAssembly: EAAddinFramework (in EAAddinFramework.dll) Version: 1.0.4064.9398
Syntax
| C# |
|---|
public Interface contract { get; set; } |
| Visual Basic |
|---|
Public Property contract As Interface
Get
Set |
| Visual C++ |
|---|
public:
virtual property Interface^ contract {
Interface^ get () sealed;
void set (Interface^ value) sealed;
} |
Implements
InterfaceRealizationcontract()()()()
See Also