InteractionBuilder Class

Inheritance Hierarchy

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

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

Syntax

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

The InteractionBuilder type exposes the following members.

Constructors

  Name Description
Public method InteractionBuilder

Top

Methods

  Name Description
Public method AddCombinedFragment
Public method AddFoundMessage
Public method AddInteractionOperand
Public method AddInteractionUse(String, array<ILifeline[])
Public method AddInteractionUse(String, IEnumerable<ILifeline>)
Public method AddLostMessage
Public method AddMessage
Public method CloseCombinedFragment
Public method CloseMessage
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IncludeLifeline(ILifeline)
Public method IncludeLifeline(ILifeline, IInsertionPoint)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public methodStatic member ValidateArgNotNull

Top

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

Reference

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace