Enterprise Architect Add-in Framework Documentation

[Missing <summary> documentation for "P:TSF.UmlToolingFramework.Wrappers.EA.Operation.postcondition"]

Namespace: TSF.UmlToolingFramework.Wrappers.EA
Assembly: EAAddinFramework (in EAAddinFramework.dll) Version: 1.0.4064.9398

Syntax

C#
public HashSet<Constraint> postcondition { get; set; }
Visual Basic
Public Property postcondition As HashSet(Of Constraint)
	Get
	Set
Visual C++
public:
virtual property HashSet<Constraint^>^ postcondition {
	HashSet<Constraint^>^ get () sealed;
	void set (HashSet<Constraint^>^ value) sealed;
}

Implements

Operationpostcondition()()()()

See Also