ParameterEffectKind Enumeration

 

Describes the effect an activity has on its parameters.

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

[CLSCompliantAttribute(true)]
public enum class ParameterEffectKind

Member nameDescription
Create

Creates instances that flow out of this parameter.

Delete

Deletes instances that flow into this parameter.

Read

Reads instances that flow into this parameter.

Update

Updates instances that flow into this parameter.

System_CAPS_noteNote

The methods defined on this type are extension methods. To use the methods, you must add a project reference to the .NET assembly Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll, and you must include the directive using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml; in your code.

Return to top
Show: