Show / Hide Table of Contents

Interface ILocationReference

Abstract definition of a location reference in the OpenLR domain.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface ILocationReference

Properties

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

Back to top Built by Itinero, MIT licensed.