DefaultGraphStoreCollectionBase Class

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicMustInheritClassDefaultGraphStoreCollectionBase _
    InheritsDefaultGraphStoreNode _
    ImplementsISplitCollection, IEnumerable(OfEdge),  _
    IEnumerable
'Usage
DiminstanceAsDefaultGraphStoreCollectionBase
publicabstractclassDefaultGraphStoreCollectionBase : DefaultGraphStoreNode, 
    ISplitCollection, IEnumerable<Edge>, IEnumerable
publicref classDefaultGraphStoreCollectionBaseabstract : publicDefaultGraphStoreNode, 
    ISplitCollection, IEnumerable<Edge>, IEnumerable
publicabstractclass DefaultGraphStoreCollectionBase extendsDefaultGraphStoreNodeimplementsISplitCollection, IEnumerable<Edge>, IEnumerable

Inheritance Hierarchy

System. . :: . .Object
  System.Dataflow. . :: . .DefaultGraphStoreNode
    System.Dataflow..::..DefaultGraphStoreCollectionBase
      System.Dataflow. . :: . .DefaultGraphStoreCollectionNode
      System.Dataflow. . :: . .DefaultGraphStoreCompositeNode
      System.Dataflow. . :: . .DefaultGraphStoreListNode
      System.Dataflow. . :: . .DefaultGraphStoreRecordNode
      System.Dataflow. . :: . .DefaultGraphStoreTupleNode

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

DefaultGraphStoreCollectionBase Members

System.Dataflow Namespace