Node Constructor
[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.]
Initializes a new instance of the Node structure.
Overload List
Name | Description | |
---|---|---|
Node(Boolean) | Initializes a new instance of the Node structure. | |
Node(DateTime) | Initializes a new instance of the Node structure. | |
Node(DateTimeOffset) | Initializes a new instance of the Node structure. | |
Node(Decimal) | Initializes a new instance of the Node structure. | |
Node(Double) | Initializes a new instance of the Node structure. | |
Node(Guid) | Initializes a new instance of the Node structure. | |
Node(Int32) | Initializes a new instance of the Node structure. | |
Node(Int64) | Initializes a new instance of the Node structure. | |
Node(Object) | Initializes a new instance of the Node structure. | |
Node(String) | Initializes a new instance of the Node structure. | |
Node(Date) | Initializes a new instance of the Node structure. | |
Node(IEnumerable< (Of < <' (Edge> ) > > )) | Initializes a new instance of the Node structure. | |
Node(array<Edge> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(EdgeCollection) | Initializes a new instance of the Node structure. | |
Node(GraphReference) | Initializes a new instance of the Node structure. | |
Node(array<Node> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(NodeKind) | Initializes a new instance of the Node structure. | |
Node(Time) | Initializes a new instance of the Node structure. | |
Node(GraphStore, IEnumerable< (Of < <' (Edge> ) > > )) | Initializes a new instance of the Node structure. | |
Node(GraphStore, array<Edge> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(GraphStore, GraphReference) | Initializes a new instance of the Node structure. | |
Node(GraphStore, array<Node> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(GraphStore, NodeKind) | Initializes a new instance of the Node structure. | |
Node(Identifier, Boolean) | Initializes a new instance of the Node structure. | |
Node(Identifier, array<Byte> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(Identifier, IEnumerable< (Of < <' (Edge> ) > > )) | Initializes a new instance of the Node structure. | |
Node(Identifier, array<Edge> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(Identifier, EdgeCollection) | Initializes a new instance of the Node structure. | |
Node(Identifier, array<Node> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(Identifier, NodeKind) | Initializes a new instance of the Node structure. | |
Node(Identifier, Date) | Initializes a new instance of the Node structure. | |
Node(Identifier, DateTime) | Initializes a new instance of the Node structure. | |
Node(Identifier, DateTimeOffset) | Initializes a new instance of the Node structure. | |
Node(Identifier, Decimal) | Initializes a new instance of the Node structure. | |
Node(Identifier, Double) | Initializes a new instance of the Node structure. | |
Node(Identifier, Guid) | Initializes a new instance of the Node structure. | |
Node(Identifier, Int32) | Initializes a new instance of the Node structure. | |
Node(Identifier, Int64) | Initializes a new instance of the Node structure. | |
Node(Identifier, Object) | Initializes a new instance of the Node structure. | |
Node(Identifier, String) | Initializes a new instance of the Node structure. | |
Node(Identifier, Time) | Initializes a new instance of the Node structure. | |
Node(NodeKind, IEnumerable< (Of < <' (Edge> ) > > )) | Initializes a new instance of the Node structure. | |
Node(NodeKind, array<Edge> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(NodeKind, array<Node> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, Boolean) | Initializes a new instance of the Node struct. | |
Node(GraphStore, Identifier, array<Byte> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, IEnumerable< (Of < <' (Edge> ) > > )) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, array<Edge> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, array<Node> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, NodeKind) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, Date) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, DateTime) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, DateTimeOffset) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, Decimal) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, Double) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, Guid) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, Int32) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, Int64) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, Object) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, String) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, Time) | Initializes a new instance of the Node structure. | |
Node(GraphStore, NodeKind, IEnumerable< (Of < <' (Edge> ) > > )) | Initializes a new instance of the Node structure. | |
Node(GraphStore, NodeKind, array<Edge> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(GraphStore, NodeKind, array<Node> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(Identifier, NodeKind, IEnumerable< (Of < <' (Edge> ) > > )) | Initializes a new instance of the Node structure. | |
Node(Identifier, NodeKind, array<Edge> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(Identifier, NodeKind, array<Node> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, NodeKind, IEnumerable< (Of < <' (Edge> ) > > )) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, NodeKind, array<Edge> [] () [] []) | Initializes a new instance of the Node structure. | |
Node(GraphStore, Identifier, NodeKind, array<Node> [] () [] []) | Initializes a new instance of the Node structure. |
Top