IliDbGanttLightModel Class Reference
Model Class.
More...
#include <ilviews/dataccess/gadgets/dbgantt/dbgantt.h>
List of all members.
Public Member Functions |
| IliDbGanttLightModel () |
| This constructor initializes an instance of this class.
|
Detailed Description
Model Class.
Library: dbgantt
This class defines a data model which manages five data sources as following:
-
Resources with the following columns:
- Identifier
- Height (must be an integer and larger than 0)
-
Constraints with the following columns:
- Identifier
- Resource identifier
- Label
- Capacity (must be an integer and larger than 0).
- Foreground (must be a string). This column is optional.
- Background (must be a string). This column is optional.
- Start (must be an integer and start at 0)
- End (must be an integer and start at 0)
-
Precedences (link between constraints) with the following columns:
- Source constraint
- Destination constraint
- Type (must be an integer between 0 and 3)
- Delay (must be an integer)
- Color (must be a string). This column is optional.
-
Breaks (the inactive period for a specific resource) with the following columns:
- Identifier
- Resource identifier
- >From (must be an integer and start at 0).
- To (must be an integer and start at 0).
-
Work-load-curve with the following columns:
- Resource identifier.
- >From (must be an integer and start at 0).
- To (must be an integer and start at 0).
- Capacity (must be an integer and start at 0).
- See also:
- IliModel, IliDbGantt, IliDbGanttFullModel, IliDbGanttModel
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.