Class Route.Meta
Represents meta-data about a part of this route.
Inheritance
System.Object
Route.Meta
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Meta
Properties
Attributes
Gets or sets the attributes.
Declaration
public IAttributeCollection Attributes { get; set; }
Property Value
IAttributeCollection
|
AttributesDirection
Gets or sets the relative direction flag of the attributes.
Declaration
public bool AttributesDirection { get; set; }
Property Value
System.Boolean
|
Distance
The distance in meter.
Declaration
public float Distance { get; set; }
Property Value
System.Single
|
Profile
Gets or sets the profile.
Declaration
public string Profile { get; set; }
Property Value
System.String
|
Shape
Gets or sets the shape index.
Declaration
public int Shape { get; set; }
Property Value
System.Int32
|
Time
The time in seconds.
Declaration
public float Time { get; set; }
Property Value
System.Single
|