<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/opentransnetlibrary/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/opentransnetlibrary/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 18 Mar 2014 07:00:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/opentransnetlibrary/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Philip Kleimeyer</title><link>https://sourceforge.net/p/opentransnetlibrary/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,21 @@
-Welcome to your wiki!
+Welcome to .NET openTrans Libary.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+This libary supports to serialize or deserialize Opentrans Documents an parse them into our classes. with this libary you can simply create and read xml documents. Each class in this libary has implemented an serialize, deserialize, save to file and load from file function.

-The wiki uses [Markdown](/p/opentransnetlibrary/wiki/markdown_syntax/) syntax.
+The example shows how simply this class works:

-[[members limit=20]]
-[[download_button]]
+~~~~~~
+Dim order As New Opentrans.ORDER
+
+order.version = Opentrans.typeOPENTRANS_version.Item21
+order.type = Opentrans.ORDERType.standard
+
+order.ORDER_HEADER.CONTROL_INFO.GENERATION_DATE = Now.ToLongTimeString
+order.ORDER_HEADER.CONTROL_INFO.GENERATOR_INFO = "COMPANY SERVICE GENERATOR"
+
+'....
+
+Dim orderXML as string = order.Serialize()
+~~~~~~
+
+If you a interested to get a full version of this libary you can contact me via email: 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philip Kleimeyer</dc:creator><pubDate>Tue, 18 Mar 2014 07:00:27 -0000</pubDate><guid>https://sourceforge.netdc3b6249239b0009438a94b97aa51548579aae3f</guid></item><item><title>Home modified by Philip Kleimeyer</title><link>https://sourceforge.net/p/opentransnetlibrary/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/opentransnetlibrary/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/pkleimeyer/"&gt;Philip Kleimeyer&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-5327ed7ff1fd8d30f39fc0b7" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philip Kleimeyer</dc:creator><pubDate>Tue, 18 Mar 2014 06:53:51 -0000</pubDate><guid>https://sourceforge.nete11de322cb60cc54d187b2b446b7d8cccb4eacfc</guid></item></channel></rss>