GREET API
Exposed interfaces to create modules that can be loaded in GREET
 All Classes Namespaces Files Functions Enumerations Enumerator Properties Events
PlugInsInterfaces.DataTypes.ILocation Interface Reference

Class that represents a location for a transportation process More...

Inheritance diagram for PlugInsInterfaces.DataTypes.ILocation:
Collaboration diagram for PlugInsInterfaces.DataTypes.ILocation:

Properties

string Name [get, set]
 The name for this location. More...
 
string PictureName [get, set]
 Picture name that should be used for this location. The picture name corresponds to an image in the database images. More...
 
int Id [get, set]
 Unique ID for the location. More...
 

Additional Inherited Members

- Public Member Functions inherited from PlugInsInterfaces.DataTypes.IXmlObj
XmlNode ToXmlNode (XmlDocument xmlDoc)
 
void FromXmlNode (IData data, XmlNode node)
 

Detailed Description

Class that represents a location for a transportation process

Definition at line 13 of file ILocation.cs.

Property Documentation

int PlugInsInterfaces.DataTypes.ILocation.Id
getset

Unique ID for the location.

Definition at line 30 of file ILocation.cs.

string PlugInsInterfaces.DataTypes.ILocation.Name
getset

The name for this location.

Definition at line 19 of file ILocation.cs.

string PlugInsInterfaces.DataTypes.ILocation.PictureName
getset

Picture name that should be used for this location. The picture name corresponds to an image in the database images.

Definition at line 25 of file ILocation.cs.


The documentation for this interface was generated from the following file: