Class RelationMember
Represents a relation member.
Inheritance
System.Object
RelationMember
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class RelationMember : IXmlSerializable
Constructors
RelationMember()
Creates a new relation member.
Declaration
public RelationMember()
RelationMember(Int64, String, OsmGeoType)
Creates a new relation member.
Declaration
public RelationMember(long id, string role, OsmGeoType memberType)
Parameters
System.Int64
id
|
System.String
role
|
OsmGeoType
memberType
|
Properties
Id
Gets or sets the id.
Declaration
public long Id { get; set; }
Property Value
System.Int64
|
Role
Gets or sets the role.
Declaration
public string Role { get; set; }
Property Value
System.String
|