Skip to content

Commit 1246968

Browse files
author
RBX Systems
committed
Project Initial Start-up
Adding MongoDB Methods
1 parent c1c68f0 commit 1246968

34 files changed

+365
-0
lines changed

Example/MongoDB.SimpleExample.vi

13 KB
Binary file not shown.
Binary file not shown.

MongoDB.Client.lvclass

Lines changed: 82 additions & 0 deletions
Large diffs are not rendered by default.
16.5 KB
Binary file not shown.
20.2 KB
Binary file not shown.

MongoDB.Client/MongoDB.CreateIndex.vi

24.7 KB
Binary file not shown.

MongoDB.Client/MongoDB.GetDatabase.vi

19.6 KB
Binary file not shown.

MongoDB.Client/Read MongoDB.Server.vi

16.1 KB
Binary file not shown.
17.7 KB
Binary file not shown.

MongoDB.Collection.lvclass

Lines changed: 83 additions & 0 deletions
Large diffs are not rendered by default.
17.9 KB
Binary file not shown.
17.8 KB
Binary file not shown.
17.8 KB
Binary file not shown.
16.2 KB
Binary file not shown.
17.7 KB
Binary file not shown.

MongoDB.Database.lvclass

Lines changed: 163 additions & 0 deletions
Large diffs are not rendered by default.
18 KB
Binary file not shown.
18.4 KB
Binary file not shown.
15.1 KB
Binary file not shown.
Binary file not shown.
16.9 KB
Binary file not shown.
18.5 KB
Binary file not shown.
19.9 KB
Binary file not shown.
20 KB
Binary file not shown.
22.8 KB
Binary file not shown.
17.4 KB
Binary file not shown.
17.9 KB
Binary file not shown.
16.2 KB
Binary file not shown.
17.6 KB
Binary file not shown.
20.3 KB
Binary file not shown.

MongoDB.aliases

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[My Computer]
2+
My Computer = "10.0.0.2"
3+

MongoDB.lvlps

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[ProjectWindow_Data]
2+
ProjectExplorer.ClassicPosition[String] = "48,27,777,401"
3+

MongoDB.lvproj

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Project Type="Project" LVVersion="14008000">
3+
<Item Name="My Computer" Type="My Computer">
4+
<Property Name="NI.SortType" Type="Int">3</Property>
5+
<Property Name="server.app.propertiesEnabled" Type="Bool">true</Property>
6+
<Property Name="server.control.propertiesEnabled" Type="Bool">true</Property>
7+
<Property Name="server.tcp.enabled" Type="Bool">false</Property>
8+
<Property Name="server.tcp.port" Type="Int">0</Property>
9+
<Property Name="server.tcp.serviceName" Type="Str">My Computer/VI Server</Property>
10+
<Property Name="server.tcp.serviceName.default" Type="Str">My Computer/VI Server</Property>
11+
<Property Name="server.vi.callsEnabled" Type="Bool">true</Property>
12+
<Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
13+
<Property Name="specify.custom.address" Type="Bool">false</Property>
14+
<Item Name="Example" Type="Folder" URL="../Example">
15+
<Property Name="NI.DISK" Type="Bool">true</Property>
16+
</Item>
17+
<Item Name="MongoDB.Client.lvclass" Type="LVClass" URL="../MongoDB.Client.lvclass"/>
18+
<Item Name="MongoDB.Database.lvclass" Type="LVClass" URL="../MongoDB.Database.lvclass"/>
19+
<Item Name="MongoDB.Collection.lvclass" Type="LVClass" URL="../MongoDB.Collection.lvclass"/>
20+
<Item Name="Dependencies" Type="Dependencies">
21+
<Item Name="MongoDB.Driver.dll" Type="Document" URL="../../../../../../MongoData/Drivers/mongo-csharp-driver-2.0.0-beta4/mongo-csharp-driver-2.0.0-beta4/src/MongoDB.Driver.Legacy/bin/Release/MongoDB.Driver.dll"/>
22+
<Item Name="MongoDB.Driver.Legacy.dll" Type="Document" URL="../../../../../../MongoData/Drivers/mongo-csharp-driver-2.0.0-beta4/mongo-csharp-driver-2.0.0-beta4/src/MongoDB.Driver.Legacy/bin/Release/MongoDB.Driver.Legacy.dll"/>
23+
<Item Name="mscorlib" Type="VI" URL="mscorlib">
24+
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
25+
</Item>
26+
<Item Name="MongoDB.Bson.dll" Type="Document" URL="../../../../../../MongoData/Drivers/mongo-csharp-driver-2.0.0-beta4/mongo-csharp-driver-2.0.0-beta4/src/MongoDB.Driver.Legacy/bin/Release/MongoDB.Bson.dll"/>
27+
<Item Name="MongoDB.Driver.Core.dll" Type="Document" URL="../../../../../../MongoData/Drivers/mongo-csharp-driver-2.0.0-beta4/mongo-csharp-driver-2.0.0-beta4/src/MongoDB.Driver.Legacy/bin/Release/MongoDB.Driver.Core.dll"/>
28+
</Item>
29+
<Item Name="Build Specifications" Type="Build"/>
30+
</Item>
31+
</Project>

ToDo.vi

9.79 KB
Binary file not shown.

0 commit comments

Comments
 (0)