dataFeed
An element representing a collection of datasheets.
Attributes and Elements
Attributes
| Attribute |
Description |
Required |
| name |
The name of the datafeed |
Yes |
| displayName |
An description for the datafeed |
No |
| displayNameSource |
The name of an optional project scoped, single-row datasheet that contains the display name for this datafeed. |
No |
| displayNameColumn |
If the displayNameSource attribute is present, the displayNameColumn attribute must specify a column in that datasheet which contains the displayName for the datafeed. This column must have a dataType of "String". |
No |
| className |
An .Net class name for the datafeed |
No |
| classAssembly |
An .Net class assembly for the datafeed |
No |
| viewClassName |
An .Net class name for the datafeed view |
No |
| viewClassAssembly |
An .Net class assembly for the datafeed view |
No |
| dataScope |
The scope of the datafeed. See Data Scope below. |
Yes |
Important
The value for the name attribute must contain only alpha-numeric characters.
Child Elements
Parent Elements
Data Scopes
| Value |
Description |
| Library |
Gives the datafeed a library scope |
| Project |
Gives the datafeed a project scope |
| Scenario |
Gives the datafeed a scenario scope |
If you specify a className then instances of that .Net class will be created as necessary. In this case, the classAssembly must also be specified and the class must derive from SyncroSim.Core.DataFeed.