Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.Interfaces.ILocation Interface Reference

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

Inheritance diagram for Greet.DataStructureV3.Interfaces.ILocation:
Greet.DataStructureV3.Interfaces.IXmlObj Greet.DataStructureV3.Entities.LocationData

Properties

int Id [get, set]
 Unique ID for the location. More...
 
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...
 

Additional Inherited Members

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

Detailed Description

Class that represents a location for a transportation process

Property Documentation

int Greet.DataStructureV3.Interfaces.ILocation.Id
getset

Unique ID for the location.

string Greet.DataStructureV3.Interfaces.ILocation.Name
getset

The name for this location.

string Greet.DataStructureV3.Interfaces.ILocation.PictureName
getset

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


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