Interface ILocationReference
Abstract definition of a location reference in the OpenLR domain.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface ILocationReferenceProperties
Id
Gets the id.
Declaration
string Id { get; }Property Value
| System.String 
 | 
Version
Gets the version.
Declaration
int Version { get; }Property Value
| System.Int32 
 | 
Methods
IsValid()
Checks if this location reference is valid.
Declaration
bool IsValid()Returns
| System.Boolean 
 |