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 | |
---|---|---|
InteractionBuilder |
Top
Methods
Name | Description | |
---|---|---|
AddCombinedFragment | ||
AddFoundMessage | ||
AddInteractionOperand | ||
AddInteractionUse(String, array<ILifeline[]) | ||
AddInteractionUse(String, IEnumerable<ILifeline>) | ||
AddLostMessage | ||
AddMessage | ||
CloseCombinedFragment | ||
CloseMessage | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IncludeLifeline(ILifeline) | ||
IncludeLifeline(ILifeline, IInsertionPoint) | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
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