InteractionBuilder Class

 

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.InteractionBuilder

Syntax

public sealed class InteractionBuilder
public ref class InteractionBuilder sealed 
[<Sealed>]
type InteractionBuilder = class end
Public NotInheritable Class InteractionBuilder

Constructors

Name Description
System_CAPS_pubmethod InteractionBuilder(IInteraction)

Methods

Name Description
System_CAPS_pubmethod AddCombinedFragment(InteractionOperatorKind, String, ILifeline)

System_CAPS_pubmethod AddFoundMessage(String, ILifeline)

System_CAPS_pubmethod AddInteractionOperand(String, ICombinedFragment)

System_CAPS_pubmethod AddInteractionUse(String, IEnumerable<ILifeline>)

System_CAPS_pubmethod AddInteractionUse(String, ILifeline[])

System_CAPS_pubmethod AddLostMessage(String, ILifeline)

System_CAPS_pubmethod AddMessage(String, MessageSort, ILifeline, ILifeline)

System_CAPS_pubmethod CloseCombinedFragment(ICombinedFragment)

System_CAPS_pubmethod CloseMessage(IMessage)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IncludeLifeline(ILifeline)

System_CAPS_pubmethod IncludeLifeline(ILifeline, IInsertionPoint)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static ValidateArgNotNull(Object, String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top