C# Class MongoDB.DriverUnitTests.MongoCollectionTests.Place

Show file Open project: CloudMetal/mongo-csharp-driver

Public Properties

Property Type Description
Id ObjectId
Location double[]
Name string
Type string

Property Details

Id public property

public ObjectId Id
return ObjectId

Location public property

public double[] Location
return double[]

Name public property

public string Name
return string

Type public property

public string Type
return string