CodeGraphNodeIdBuilder Class

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.CodeGraphNodeIdBuilder

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

Syntax

'Declaration
Public Class CodeGraphNodeIdBuilder
public class CodeGraphNodeIdBuilder
public ref class CodeGraphNodeIdBuilder
type CodeGraphNodeIdBuilder =  class end
public class CodeGraphNodeIdBuilder

The CodeGraphNodeIdBuilder type exposes the following members.

Constructors

  Name Description
Public method CodeGraphNodeIdBuilder(CodeGraphNodeIdBuilder)
Public method CodeGraphNodeIdBuilder(Graph)
Public method CodeGraphNodeIdBuilder(GraphNodeId, Graph)

Top

Properties

  Name Description
Public property Assembly
Public property GraphForMetadata
Public property HasAssembly
Public property HasMember
Public property HasNamespace
Public property HasParameter
Public property HasType
Public property Member
Public property MostSpecificLabel
Public property Namespace
Public property Parameter
Public property ParameterTransientLabelName
Public property Type

Top

Methods

  Name Description
Public method Clear
Public method ConvertAllUris
Public method Equals(Object) (Overrides Object.Equals(Object).)
Public method Equals(CodeGraphNodeIdBuilder, StringComparison)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetFullyQualifiedLabel()
Public method GetFullyQualifiedLabel(CodeGraphNodeIdLabelFormats)
Public method GetHashCode (Overrides Object.GetHashCode.)
Public method GetLabel
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Reinitialize(CodeGraphNodeIdBuilder)
Public method Reinitialize(GraphNodeId)
Public method ToGraphNodeId
Public method ToString (Overrides Object.ToString.)

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.CodeSchema Namespace