IAction.LocalPreconditions Property

Gets the Constraint that should be satisfied when execution is started. May be null.

Namespace:  Microsoft.VisualStudio.Uml.Actions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property LocalPreconditions As IEnumerable(Of IConstraint)
    Get
IEnumerable<IConstraint> LocalPreconditions { get; }
property IEnumerable<IConstraint^>^ LocalPreconditions {
    IEnumerable<IConstraint^>^ get ();
}
abstract LocalPreconditions : IEnumerable<IConstraint>
function get LocalPreconditions () : IEnumerable<IConstraint>

Property Value

Type: System.Collections.Generic.IEnumerable<IConstraint>

.NET Framework Security

See Also

Reference

IAction Interface

Microsoft.VisualStudio.Uml.Actions Namespace