Class RoomNode<TRoom>
Inheritance
System.Object
RoomNode<TRoom>
Namespace: Edgar.GraphBasedGenerator.Common
Assembly: Edgar.dll
Syntax
public class RoomNode<TRoom> : Object
Type Parameters
| Name | Description |
|---|---|
| TRoom |
Constructors
RoomNode(Int32, TRoom)
Declaration
public RoomNode(int id, TRoom room)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | id | |
| TRoom | room |
Properties
Id
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Room
Declaration
public TRoom Room { get; }
Property Value
| Type | Description |
|---|---|
| TRoom |