From 8aa13d1ce8e9793c2c971f17f4bc2532f993aacb Mon Sep 17 00:00:00 2001 From: Harald Wolff Date: Mon, 7 Oct 2019 12:58:49 +0200 Subject: [PATCH] Update docs --- doc/index.xml | 7 +- doc/ln.types.arithmetics/Words.xml | 22 + doc/ln.types.btree/BTreeValueList`2.xml | 34 ++ doc/ln.types.btree/BTree`1.xml | 14 + doc/ln.types.btree/BTree`2.xml | 58 +++ doc/ln.types.btree/KeyMapping`2.xml | 2 + doc/ln.types.btree/MappingBTree`2.xml | 42 ++ doc/ln.types.collections/LinkedList`1.xml | 16 + .../WeakKeyDictionary`2.xml | 63 ++- .../WeakValueDictionary`2.xml | 394 ++++++++++++++ doc/ln.types.net.tools/Ping.xml | 10 + doc/ln.types.net/Endpoint4.xml | 16 + doc/ln.types.net/ICMPHeader.xml | 30 ++ doc/ln.types.net/IPv4.xml | 46 ++ doc/ln.types.net/IPv4Header.xml | 46 ++ doc/ln.types.net/IPv6.xml | 491 ++++++++++++++++++ doc/ln.types.net/MAC.xml | 18 + doc/ln.types.net/Network4.xml | 46 ++ doc/ln.types.odb.ng.diff/Diff.xml | 46 ++ doc/ln.types.odb.ng.diff/DocumentDiff.xml | 29 ++ doc/ln.types.odb.ng.diff/ListDiff.xml | 29 ++ doc/ln.types.odb.ng.index/Index.xml | 22 + .../IndexPath+DocumentPath.xml | 18 + doc/ln.types.odb.ng.index/IndexPath.xml | 26 + doc/ln.types.odb.ng.index/Path.xml | 12 + doc/ln.types.odb.ng.index/SimpleIndex.xml | 14 + .../ClassMapping+GetID.xml | 2 + .../ClassMapping+SetID.xml | 2 + doc/ln.types.odb.ng.mappings/ClassMapping.xml | 33 ++ .../DictionaryMapping.xml | 8 + doc/ln.types.odb.ng.mappings/ListMapping.xml | 18 + .../ObjectMapping.xml | 8 + .../SimpleMapping.xml | 8 + .../ChainedStorage.xml | 72 ++- .../StorageBase.xml | 68 +++ .../FSStorageContainer.xml | 20 + .../SessionStorage.xml | 29 ++ .../SessionStorageContainer.xml | 22 + .../SessionSynchronisationStrategy.xml | 8 + doc/ln.types.odb.ng.storage/IStorage.xml | 64 +++ .../IStorageContainer.xml | 12 + .../OrganizedFile+OrganizedFileArea.xml | 26 + .../OrganizedFile+OrganizedFileHeader.xml | 20 + doc/ln.types.odb.ng.storage/OrganizedFile.xml | 22 + .../OrganizedFileType.xml | 6 + .../SegmentedFile+Segment.xml | 26 + doc/ln.types.odb.ng.storage/SegmentedFile.xml | 44 ++ .../SegmentedFileStorage.xml | 70 +++ doc/ln.types.odb.ng.storage/StorageArea.xml | 18 + .../StorageAreaContainer.xml | 12 + doc/ln.types.odb.ng/Document.xml | 63 +++ doc/ln.types.odb.ng/IODBMapping.xml | 6 + doc/ln.types.odb.ng/Mapper.xml | 74 +++ doc/ln.types.odb.ng/ODBMap.xml | 2 + doc/ln.types.odb.ng/ODBMap`1.xml | 2 + doc/ln.types.odb.ng/ODBUnmap.xml | 2 + doc/ln.types.odb.ng/ODBUnmap`1.xml | 2 + doc/ln.types.odb.ng/Query.xml | 28 + doc/ln.types.odb.values/ODBBool.xml | 10 + doc/ln.types.odb.values/ODBDeserialize.xml | 2 + doc/ln.types.odb.values/ODBDouble.xml | 8 + doc/ln.types.odb.values/ODBEntity.xml | 84 +++ doc/ln.types.odb.values/ODBGuid.xml | 10 + doc/ln.types.odb.values/ODBInteger.xml | 8 + doc/ln.types.odb.values/ODBList.xml | 55 ++ doc/ln.types.odb.values/ODBLong.xml | 12 + doc/ln.types.odb.values/ODBNull.xml | 12 + doc/ln.types.odb.values/ODBStringValue.xml | 8 + doc/ln.types.odb.values/ODBUInteger.xml | 8 + doc/ln.types.odb.values/ODBULong.xml | 8 + doc/ln.types.odb.values/ODBValue.xml | 39 ++ doc/ln.types.odb.values/ODBValueFactory.xml | 2 + doc/ln.types.rpc/PublishAttribute.xml | 4 + doc/ln.types.rpc/RPCCall.xml | 12 + doc/ln.types.rpc/RPCContainer+RPCModule.xml | 16 + doc/ln.types.rpc/RPCContainer.xml | 14 + doc/ln.types.rpc/RPCResult.xml | 16 + doc/ln.types.stream/CharStream.xml | 18 + doc/ln.types.test/CacheTests.xml | 6 + doc/ln.types.test/ODBTests+Person.xml | 34 ++ doc/ln.types.test/ODBTests+Something.xml | 49 ++ doc/ln.types.test/ODBTests.xml | 80 +++ doc/ln.types.test/Test.xml | 42 ++ doc/ln.types.test/TypesTests.xml | 6 + doc/ln.types.test/WeakKeyDictionaryTests.xml | 10 + .../WeakValueDictionaryTests.xml | 60 +++ doc/ln.types.threads/DisposableLock.xml | 8 + doc/ln.types.threads/DynamicPool.xml | 14 + doc/ln.types.threads/ExtendedJobDelegate.xml | 2 + doc/ln.types.threads/JobDelegate.xml | 2 + doc/ln.types.threads/LockingException.xml | 4 + doc/ln.types.threads/Pool.xml | 64 +++ doc/ln.types.threads/PoolJob.xml | 38 ++ doc/ln.types.threads/PoolJobFinished.xml | 2 + doc/ln.types.threads/PoolJobState.xml | 10 + doc/ln.types.threads/PoolState.xml | 10 + doc/ln.types.threads/PoolThread.xml | 12 + .../PoolThreadMustExitException.xml | 4 + doc/ln.types.threads/PoolThreadState.xml | 8 + doc/ln.types.threads/ThreadHelpers.xml | 4 + .../Timing+TypedDelegate`1.xml | 2 + doc/ln.types.threads/Timing+VoidDelegate.xml | 2 + doc/ln.types.threads/Timing.xml | 10 + doc/ln.types/Argument.xml | 26 + doc/ln.types/ArgumentContainer.xml | 32 ++ doc/ln.types/Cast.xml | 14 + doc/ln.types/DateTimeExtensions.xml | 12 + doc/ln.types/Extensions.xml | 92 ++++ doc/ln.types/GeoLocation.xml | 10 + doc/ln.types/IPv6.xml | 27 + doc/ln.types/PathHelper.xml | 14 + doc/ln.types/URI.xml | 34 ++ doc/ln.types/dVdT.xml | 12 + 113 files changed, 3447 insertions(+), 3 deletions(-) create mode 100644 doc/ln.types.collections/WeakValueDictionary`2.xml create mode 100644 doc/ln.types.net/IPv6.xml create mode 100644 doc/ln.types.test/ODBTests+Something.xml create mode 100644 doc/ln.types.test/Test.xml create mode 100644 doc/ln.types.test/WeakValueDictionaryTests.xml diff --git a/doc/index.xml b/doc/index.xml index 2ff537e..beacb00 100644 --- a/doc/index.xml +++ b/doc/index.xml @@ -1,6 +1,6 @@ - + System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.Default | System.Diagnostics.DebuggableAttribute+DebuggingModes.DisableOptimizations | System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints | System.Diagnostics.DebuggableAttribute+DebuggingModes.EnableEditAndContinue) @@ -70,12 +70,14 @@ + + @@ -172,8 +174,11 @@ + + + diff --git a/doc/ln.types.arithmetics/Words.xml b/doc/ln.types.arithmetics/Words.xml index 4c0e3bc..d53b0ae 100644 --- a/doc/ln.types.arithmetics/Words.xml +++ b/doc/ln.types.arithmetics/Words.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16[] @@ -42,6 +46,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16[] @@ -64,6 +70,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16[] @@ -86,6 +94,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16[] @@ -108,6 +118,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16[] @@ -128,6 +140,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16[] @@ -150,6 +164,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16[] @@ -172,6 +188,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16[] @@ -194,6 +212,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16[] @@ -216,6 +236,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16[] diff --git a/doc/ln.types.btree/BTreeValueList`2.xml b/doc/ln.types.btree/BTreeValueList`2.xml index 99c4193..f126733 100644 --- a/doc/ln.types.btree/BTreeValueList`2.xml +++ b/doc/ln.types.btree/BTreeValueList`2.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -26,6 +28,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -39,6 +43,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -55,6 +61,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -76,6 +84,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -92,6 +102,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -112,6 +124,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -132,6 +146,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -152,6 +168,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<V> @@ -172,6 +190,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<K> @@ -188,6 +208,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -207,6 +229,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -228,6 +252,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -250,6 +276,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -272,6 +300,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -292,6 +322,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -314,6 +346,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<V> diff --git a/doc/ln.types.btree/BTree`1.xml b/doc/ln.types.btree/BTree`1.xml index e5d6fec..dfb6799 100644 --- a/doc/ln.types.btree/BTree`1.xml +++ b/doc/ln.types.btree/BTree`1.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -28,6 +30,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -41,6 +45,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -57,6 +63,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -76,6 +84,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -95,6 +105,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -114,6 +126,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void diff --git a/doc/ln.types.btree/BTree`2.xml b/doc/ln.types.btree/BTree`2.xml index deb2cb8..58daea9 100644 --- a/doc/ln.types.btree/BTree`2.xml +++ b/doc/ln.types.btree/BTree`2.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -26,6 +28,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -39,6 +43,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -55,6 +61,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -76,6 +84,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -92,6 +102,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Comparison<K> @@ -108,6 +120,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -128,6 +142,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -148,6 +164,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -164,6 +182,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -180,6 +200,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 K @@ -197,6 +219,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 V @@ -214,6 +238,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 K @@ -234,6 +260,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 V @@ -254,6 +282,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -275,6 +305,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -300,6 +332,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 K @@ -317,6 +351,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 V @@ -334,6 +370,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -350,6 +388,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -366,6 +406,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 K @@ -386,6 +428,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 K @@ -406,6 +450,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -425,6 +471,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -441,6 +489,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -462,6 +512,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -484,6 +536,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -506,6 +560,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -526,6 +582,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 diff --git a/doc/ln.types.btree/KeyMapping`2.xml b/doc/ln.types.btree/KeyMapping`2.xml index 7e972a8..8c1c665 100644 --- a/doc/ln.types.btree/KeyMapping`2.xml +++ b/doc/ln.types.btree/KeyMapping`2.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 diff --git a/doc/ln.types.btree/MappingBTree`2.xml b/doc/ln.types.btree/MappingBTree`2.xml index b12a6dd..38e4fb9 100644 --- a/doc/ln.types.btree/MappingBTree`2.xml +++ b/doc/ln.types.btree/MappingBTree`2.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -30,6 +32,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -46,6 +50,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -64,6 +70,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -83,6 +91,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -99,6 +109,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -119,6 +131,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -139,6 +153,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -155,6 +171,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerator<V> @@ -172,6 +190,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 V @@ -192,6 +212,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.btree.KeyMapping<K,V> @@ -208,6 +230,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<K> @@ -224,6 +248,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 V @@ -244,6 +270,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 V @@ -264,6 +292,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -283,6 +313,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -302,6 +334,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.IEnumerator @@ -319,6 +353,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -338,6 +374,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -360,6 +398,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -380,6 +420,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<V> diff --git a/doc/ln.types.collections/LinkedList`1.xml b/doc/ln.types.collections/LinkedList`1.xml index fa5845a..6b97230 100644 --- a/doc/ln.types.collections/LinkedList`1.xml +++ b/doc/ln.types.collections/LinkedList`1.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -24,6 +26,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -37,6 +41,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -56,6 +62,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -72,6 +80,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.cache.LinkedListItem<T> @@ -88,6 +98,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.cache.LinkedListItem<T> @@ -104,6 +116,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.cache.LinkedListItem<T> @@ -120,6 +134,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void diff --git a/doc/ln.types.collections/WeakKeyDictionary`2.xml b/doc/ln.types.collections/WeakKeyDictionary`2.xml index 0401915..7651372 100644 --- a/doc/ln.types.collections/WeakKeyDictionary`2.xml +++ b/doc/ln.types.collections/WeakKeyDictionary`2.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -40,6 +42,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -53,6 +57,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -72,6 +78,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -93,6 +101,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -109,6 +119,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -129,6 +141,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -149,6 +163,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -170,6 +186,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -186,10 +204,12 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 - System.Runtime.CompilerServices.IteratorStateMachine(typeof(ln.types.collections.WeakKeyDictionary`2/<GetEnumerator>d__23)) + System.Runtime.CompilerServices.IteratorStateMachine(typeof(ln.types.collections.WeakKeyDictionary`2/<GetEnumerator>d__24)) @@ -202,12 +222,35 @@ To be added. + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + K + + + + + + To be added. + To be added. + To be added. + To be added. + + Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -224,6 +267,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 V @@ -244,6 +289,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.ICollection<K> @@ -260,6 +307,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -280,6 +329,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -300,6 +351,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -321,6 +374,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -345,6 +400,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.IEnumerator @@ -362,6 +419,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -384,6 +443,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.ICollection<V> diff --git a/doc/ln.types.collections/WeakValueDictionary`2.xml b/doc/ln.types.collections/WeakValueDictionary`2.xml new file mode 100644 index 0000000..24b112e --- /dev/null +++ b/doc/ln.types.collections/WeakValueDictionary`2.xml @@ -0,0 +1,394 @@ + + + + + ln.types + 1.0.7219.21216 + 1.0.7219.22264 + + + + + + ReferenceTypeConstraint + + + + + System.Object + + + + System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<K,V>> + + + System.Collections.Generic.IDictionary<K,V> + + + System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<K,V>> + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Constructor + + 1.0.7219.21216 + 1.0.7219.22264 + + + + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Void + + + + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Property + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + + System.Runtime.CompilerServices.IteratorStateMachine(typeof(ln.types.collections.WeakValueDictionary`2/<GetEnumerator>d__19)) + + + + System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<K,V>> + + + + To be added. + To be added. + To be added. + + + + + + Property + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + Property + + 1.0.7219.21216 + 1.0.7219.22264 + + + V + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Property + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Collections.Generic.ICollection<K> + + + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Collections.IEnumerator + + + + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + Property + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Collections.Generic.ICollection<V> + + + To be added. + To be added. + To be added. + + + + diff --git a/doc/ln.types.net.tools/Ping.xml b/doc/ln.types.net.tools/Ping.xml index c9959a4..41b8e27 100644 --- a/doc/ln.types.net.tools/Ping.xml +++ b/doc/ln.types.net.tools/Ping.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Net.IPEndPoint @@ -49,6 +55,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Net.Sockets.Socket @@ -65,6 +73,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 diff --git a/doc/ln.types.net/Endpoint4.xml b/doc/ln.types.net/Endpoint4.xml index 118b555..439d572 100644 --- a/doc/ln.types.net/Endpoint4.xml +++ b/doc/ln.types.net/Endpoint4.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -38,6 +42,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -58,6 +64,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -75,6 +83,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4 @@ -91,6 +101,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Net.IPEndPoint @@ -111,6 +123,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.Endpoint4 @@ -131,6 +145,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 diff --git a/doc/ln.types.net/ICMPHeader.xml b/doc/ln.types.net/ICMPHeader.xml index 5c87bfd..e069376 100644 --- a/doc/ln.types.net/ICMPHeader.xml +++ b/doc/ln.types.net/ICMPHeader.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -53,6 +59,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16 @@ -69,6 +77,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte @@ -85,6 +95,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -101,6 +113,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16 @@ -117,6 +131,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.ICMPHeader @@ -141,6 +157,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -157,6 +175,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -173,6 +193,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16 @@ -189,6 +211,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -209,6 +233,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte @@ -225,6 +251,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -246,6 +274,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void diff --git a/doc/ln.types.net/IPv4.xml b/doc/ln.types.net/IPv4.xml index f70ba58..a8f76ae 100644 --- a/doc/ln.types.net/IPv4.xml +++ b/doc/ln.types.net/IPv4.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -36,6 +40,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -52,6 +58,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -70,6 +78,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4 @@ -85,6 +95,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt32 @@ -101,6 +113,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -121,6 +135,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -138,6 +154,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -154,6 +172,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -176,6 +196,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4 @@ -198,6 +220,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4 @@ -218,6 +242,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -240,6 +266,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -262,6 +290,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Net.IPAddress @@ -282,6 +312,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4 @@ -302,6 +334,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4 @@ -322,6 +356,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -344,6 +380,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -366,6 +404,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -388,6 +428,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4 @@ -410,6 +452,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4 @@ -430,6 +474,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String diff --git a/doc/ln.types.net/IPv4Header.xml b/doc/ln.types.net/IPv4Header.xml index a3b560b..af35c03 100644 --- a/doc/ln.types.net/IPv4Header.xml +++ b/doc/ln.types.net/IPv4Header.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4 @@ -49,6 +55,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte @@ -65,6 +73,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16 @@ -81,6 +91,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16 @@ -97,6 +109,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -113,6 +127,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16 @@ -129,6 +145,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte @@ -145,6 +163,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -161,6 +181,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4Header @@ -185,6 +207,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16 @@ -205,6 +229,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16 @@ -229,6 +255,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte @@ -245,6 +273,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4 @@ -261,6 +291,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte @@ -277,6 +309,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -294,6 +328,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -314,6 +350,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16 @@ -330,6 +368,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte @@ -346,6 +386,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte @@ -362,6 +404,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -383,6 +427,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void diff --git a/doc/ln.types.net/IPv6.xml b/doc/ln.types.net/IPv6.xml new file mode 100644 index 0000000..05c4464 --- /dev/null +++ b/doc/ln.types.net/IPv6.xml @@ -0,0 +1,491 @@ + + + + + ln.types + 1.0.7219.22264 + + + System.Object + + + + To be added. + To be added. + + + + + + Constructor + + 1.0.7219.22264 + + + + To be added. + To be added. + + + + + + Constructor + + 1.0.7219.22264 + + + + + + To be added. + To be added. + To be added. + + + + + + Constructor + + 1.0.7219.22264 + + + + + + To be added. + To be added. + To be added. + + + + + + Constructor + + 1.0.7219.22264 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Constructor + + 1.0.7219.22264 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Constructor + + 1.0.7219.22264 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Field + + 1.0.7219.22264 + + + ln.types.net.IPv6 + + + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + + Property + + 1.0.7219.22264 + + + System.UInt32 + + + To be added. + To be added. + To be added. + + + + + + Property + + 1.0.7219.22264 + + + ln.types.net.IPv6 + + + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + ln.types.net.IPv6 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + ln.types.net.IPv6 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + System.Net.IPAddress + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + ln.types.net.IPv6 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + ln.types.net.IPv6 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + ln.types.net.IPv6 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + ln.types.net.IPv6 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + ln.types.net.IPv6 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + System.Collections.Generic.IEnumerable<ln.types.net.IPv6> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + System.Byte[] + + + + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + System.String + + + + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + System.String + + + + To be added. + To be added. + To be added. + + + + + + Method + + 1.0.7219.22264 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Field + + 1.0.7219.22264 + + + ln.types.net.IPv6 + + + To be added. + To be added. + + + + diff --git a/doc/ln.types.net/MAC.xml b/doc/ln.types.net/MAC.xml index 4bcfd1d..14790bb 100644 --- a/doc/ln.types.net/MAC.xml +++ b/doc/ln.types.net/MAC.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -24,6 +26,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -37,6 +41,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -53,6 +59,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -69,6 +77,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -85,6 +95,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -105,6 +117,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -125,6 +139,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -142,6 +158,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String diff --git a/doc/ln.types.net/Network4.xml b/doc/ln.types.net/Network4.xml index 20633fb..9f8dd34 100644 --- a/doc/ln.types.net/Network4.xml +++ b/doc/ln.types.net/Network4.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -24,6 +26,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -37,6 +41,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -55,6 +61,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -73,6 +81,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -91,6 +101,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -111,6 +123,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -131,6 +145,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -151,6 +167,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.Network4[] @@ -171,6 +189,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -191,6 +211,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4 @@ -207,6 +229,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerator<ln.types.net.IPv4> @@ -224,6 +248,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -241,6 +267,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4 @@ -257,6 +285,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4 @@ -273,6 +303,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4 @@ -289,6 +321,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.IPv4 @@ -305,6 +339,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.Network4 @@ -325,6 +361,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.net.Network4 @@ -345,6 +383,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -361,6 +401,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.IEnumerator @@ -378,6 +420,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -395,6 +439,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt32 diff --git a/doc/ln.types.odb.ng.diff/Diff.xml b/doc/ln.types.odb.ng.diff/Diff.xml index 2d07f53..d97cf30 100644 --- a/doc/ln.types.odb.ng.diff/Diff.xml +++ b/doc/ln.types.odb.ng.diff/Diff.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -53,6 +59,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.diff.Diff @@ -69,5 +77,43 @@ To be added. + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Property + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.String + + + To be added. + To be added. + To be added. + + diff --git a/doc/ln.types.odb.ng.diff/DocumentDiff.xml b/doc/ln.types.odb.ng.diff/DocumentDiff.xml index f64b58c..89f5b51 100644 --- a/doc/ln.types.odb.ng.diff/DocumentDiff.xml +++ b/doc/ln.types.odb.ng.diff/DocumentDiff.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.diff.Diff @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -38,6 +42,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -58,6 +64,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -69,5 +77,26 @@ To be added. + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/ln.types.odb.ng.diff/ListDiff.xml b/doc/ln.types.odb.ng.diff/ListDiff.xml index 14aec83..02366bd 100644 --- a/doc/ln.types.odb.ng.diff/ListDiff.xml +++ b/doc/ln.types.odb.ng.diff/ListDiff.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.diff.Diff @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -38,6 +42,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -58,6 +64,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -69,5 +77,26 @@ To be added. + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/ln.types.odb.ng.index/Index.xml b/doc/ln.types.odb.ng.index/Index.xml index 410dc95..ed3a109 100644 --- a/doc/ln.types.odb.ng.index/Index.xml +++ b/doc/ln.types.odb.ng.index/Index.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -49,6 +55,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -70,6 +78,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -90,6 +100,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -106,6 +118,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.index.Path @@ -122,6 +136,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -144,6 +160,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -163,6 +181,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -184,6 +204,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean diff --git a/doc/ln.types.odb.ng.index/IndexPath+DocumentPath.xml b/doc/ln.types.odb.ng.index/IndexPath+DocumentPath.xml index a89cffa..eb4e5d1 100644 --- a/doc/ln.types.odb.ng.index/IndexPath+DocumentPath.xml +++ b/doc/ln.types.odb.ng.index/IndexPath+DocumentPath.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.index.IndexPath @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -54,6 +60,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -74,6 +82,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -96,6 +106,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<ln.types.odb.ng.index.Index> @@ -113,6 +125,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -133,6 +147,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -152,6 +168,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void diff --git a/doc/ln.types.odb.ng.index/IndexPath.xml b/doc/ln.types.odb.ng.index/IndexPath.xml index ebff20f..7dc14ce 100644 --- a/doc/ln.types.odb.ng.index/IndexPath.xml +++ b/doc/ln.types.odb.ng.index/IndexPath.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -54,6 +60,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.index.IndexPath @@ -74,6 +82,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -94,6 +104,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -116,6 +128,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -138,6 +152,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<ln.types.odb.ng.index.Index> @@ -155,6 +171,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -175,6 +193,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -194,6 +214,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -215,6 +237,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.index.Path @@ -235,6 +259,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String diff --git a/doc/ln.types.odb.ng.index/Path.xml b/doc/ln.types.odb.ng.index/Path.xml index 0aa5b4c..4d7468d 100644 --- a/doc/ln.types.odb.ng.index/Path.xml +++ b/doc/ln.types.odb.ng.index/Path.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -36,6 +40,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -52,6 +58,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -68,6 +76,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.index.Path @@ -84,6 +94,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.index.Path diff --git a/doc/ln.types.odb.ng.index/SimpleIndex.xml b/doc/ln.types.odb.ng.index/SimpleIndex.xml index f5ffa2d..8c6b66c 100644 --- a/doc/ln.types.odb.ng.index/SimpleIndex.xml +++ b/doc/ln.types.odb.ng.index/SimpleIndex.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.index.Index @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -36,6 +40,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -57,6 +63,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -77,6 +85,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -99,6 +109,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -118,6 +130,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean diff --git a/doc/ln.types.odb.ng.mappings/ClassMapping+GetID.xml b/doc/ln.types.odb.ng.mappings/ClassMapping+GetID.xml index 91b46be..b3a35d3 100644 --- a/doc/ln.types.odb.ng.mappings/ClassMapping+GetID.xml +++ b/doc/ln.types.odb.ng.mappings/ClassMapping+GetID.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Delegate diff --git a/doc/ln.types.odb.ng.mappings/ClassMapping+SetID.xml b/doc/ln.types.odb.ng.mappings/ClassMapping+SetID.xml index e46718c..4405837 100644 --- a/doc/ln.types.odb.ng.mappings/ClassMapping+SetID.xml +++ b/doc/ln.types.odb.ng.mappings/ClassMapping+SetID.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Delegate diff --git a/doc/ln.types.odb.ng.mappings/ClassMapping.xml b/doc/ln.types.odb.ng.mappings/ClassMapping.xml index f731f9c..10df0f3 100644 --- a/doc/ln.types.odb.ng.mappings/ClassMapping.xml +++ b/doc/ln.types.odb.ng.mappings/ClassMapping.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -24,6 +26,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -40,6 +44,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Type @@ -62,6 +68,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -76,12 +84,31 @@ To be added. + + + + Property + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + To be added. + To be added. + To be added. + + Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Document @@ -106,6 +133,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Type @@ -122,6 +151,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -144,6 +175,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object diff --git a/doc/ln.types.odb.ng.mappings/DictionaryMapping.xml b/doc/ln.types.odb.ng.mappings/DictionaryMapping.xml index 83b89df..4ff5339 100644 --- a/doc/ln.types.odb.ng.mappings/DictionaryMapping.xml +++ b/doc/ln.types.odb.ng.mappings/DictionaryMapping.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -24,6 +26,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -37,6 +41,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -59,6 +65,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object diff --git a/doc/ln.types.odb.ng.mappings/ListMapping.xml b/doc/ln.types.odb.ng.mappings/ListMapping.xml index 698cfb6..c445e1d 100644 --- a/doc/ln.types.odb.ng.mappings/ListMapping.xml +++ b/doc/ln.types.odb.ng.mappings/ListMapping.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -24,6 +26,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -40,6 +44,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBList @@ -62,6 +68,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBList @@ -84,6 +92,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -106,6 +116,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Type @@ -122,6 +134,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -144,6 +158,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -166,6 +182,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object diff --git a/doc/ln.types.odb.ng.mappings/ObjectMapping.xml b/doc/ln.types.odb.ng.mappings/ObjectMapping.xml index f5fa591..f93f59d 100644 --- a/doc/ln.types.odb.ng.mappings/ObjectMapping.xml +++ b/doc/ln.types.odb.ng.mappings/ObjectMapping.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -24,6 +26,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -37,6 +41,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -59,6 +65,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object diff --git a/doc/ln.types.odb.ng.mappings/SimpleMapping.xml b/doc/ln.types.odb.ng.mappings/SimpleMapping.xml index 353e8e7..7f52bd1 100644 --- a/doc/ln.types.odb.ng.mappings/SimpleMapping.xml +++ b/doc/ln.types.odb.ng.mappings/SimpleMapping.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -24,6 +26,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -42,6 +46,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -64,6 +70,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object diff --git a/doc/ln.types.odb.ng.storage.bases/ChainedStorage.xml b/doc/ln.types.odb.ng.storage.bases/ChainedStorage.xml index cf86598..f7e3d63 100644 --- a/doc/ln.types.odb.ng.storage.bases/ChainedStorage.xml +++ b/doc/ln.types.odb.ng.storage.bases/ChainedStorage.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -27,6 +29,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -43,6 +47,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -59,6 +65,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -79,6 +87,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -98,6 +108,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -114,6 +126,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -139,6 +153,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -156,6 +172,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -178,6 +196,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.DateTime @@ -192,12 +212,31 @@ To be added. + + + + Property + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + To be added. + To be added. + To be added. + + Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -214,6 +253,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Document @@ -229,11 +270,13 @@ - + Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.IDisposable @@ -251,6 +294,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -262,12 +307,35 @@ To be added. + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -287,6 +355,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.IStorage diff --git a/doc/ln.types.odb.ng.storage.bases/StorageBase.xml b/doc/ln.types.odb.ng.storage.bases/StorageBase.xml index 611bd1f..64af224 100644 --- a/doc/ln.types.odb.ng.storage.bases/StorageBase.xml +++ b/doc/ln.types.odb.ng.storage.bases/StorageBase.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -27,6 +29,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -40,6 +44,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -56,6 +62,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -76,6 +84,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -95,6 +105,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -111,6 +123,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -136,6 +150,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -153,6 +169,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -175,6 +193,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.DateTime @@ -189,12 +209,31 @@ To be added. + + + + Property + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + To be added. + To be added. + To be added. + + Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -211,6 +250,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Document @@ -231,6 +272,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.IDisposable @@ -248,6 +291,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -259,12 +304,35 @@ To be added. + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void diff --git a/doc/ln.types.odb.ng.storage.fs/FSStorageContainer.xml b/doc/ln.types.odb.ng.storage.fs/FSStorageContainer.xml index 768bfc4..c9db249 100644 --- a/doc/ln.types.odb.ng.storage.fs/FSStorageContainer.xml +++ b/doc/ln.types.odb.ng.storage.fs/FSStorageContainer.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -27,6 +29,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -43,6 +47,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -59,6 +65,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -75,6 +83,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -91,6 +101,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -107,6 +119,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.IStorage @@ -127,6 +141,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.String> @@ -144,6 +160,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -160,6 +178,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.IStorageContainer diff --git a/doc/ln.types.odb.ng.storage.session/SessionStorage.xml b/doc/ln.types.odb.ng.storage.session/SessionStorage.xml index 8b9a303..086f5a9 100644 --- a/doc/ln.types.odb.ng.storage.session/SessionStorage.xml +++ b/doc/ln.types.odb.ng.storage.session/SessionStorage.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.bases.ChainedStorage @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -38,6 +42,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -51,12 +57,31 @@ To be added. + + + + Property + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + To be added. + To be added. + To be added. + + Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Document @@ -77,6 +102,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -96,6 +123,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.session.SessionStorageContainer diff --git a/doc/ln.types.odb.ng.storage.session/SessionStorageContainer.xml b/doc/ln.types.odb.ng.storage.session/SessionStorageContainer.xml index 6e8a0e9..3296201 100644 --- a/doc/ln.types.odb.ng.storage.session/SessionStorageContainer.xml +++ b/doc/ln.types.odb.ng.storage.session/SessionStorageContainer.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -27,6 +29,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -43,6 +47,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -59,6 +65,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -75,6 +83,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.IStorage @@ -95,6 +105,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.String> @@ -112,6 +124,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -128,6 +142,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Mapper @@ -144,6 +160,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.IStorageContainer @@ -161,6 +179,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.IStorageContainer @@ -177,6 +197,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.session.SessionSynchronisationStrategy diff --git a/doc/ln.types.odb.ng.storage.session/SessionSynchronisationStrategy.xml b/doc/ln.types.odb.ng.storage.session/SessionSynchronisationStrategy.xml index f099eac..6fc43e3 100644 --- a/doc/ln.types.odb.ng.storage.session/SessionSynchronisationStrategy.xml +++ b/doc/ln.types.odb.ng.storage.session/SessionSynchronisationStrategy.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Enum @@ -19,6 +21,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.session.SessionSynchronisationStrategy @@ -33,6 +37,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.session.SessionSynchronisationStrategy @@ -47,6 +53,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.session.SessionSynchronisationStrategy diff --git a/doc/ln.types.odb.ng.storage/IStorage.xml b/doc/ln.types.odb.ng.storage/IStorage.xml index 2fd68a3..4b8925e 100644 --- a/doc/ln.types.odb.ng.storage/IStorage.xml +++ b/doc/ln.types.odb.ng.storage/IStorage.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -21,6 +23,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -37,6 +41,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -57,6 +63,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -76,6 +84,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -101,6 +111,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -118,6 +130,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -140,6 +154,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.DateTime @@ -154,12 +170,31 @@ To be added. + + + + Property + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + To be added. + To be added. + To be added. + + Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -176,6 +211,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Document @@ -196,6 +233,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.IDisposable @@ -213,6 +252,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -224,12 +265,35 @@ To be added. + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void diff --git a/doc/ln.types.odb.ng.storage/IStorageContainer.xml b/doc/ln.types.odb.ng.storage/IStorageContainer.xml index 6664356..f6c232e 100644 --- a/doc/ln.types.odb.ng.storage/IStorageContainer.xml +++ b/doc/ln.types.odb.ng.storage/IStorageContainer.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -21,6 +23,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -37,6 +41,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.IStorage @@ -57,6 +63,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.String> @@ -74,6 +82,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -90,6 +100,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.IStorageContainer diff --git a/doc/ln.types.odb.ng.storage/OrganizedFile+OrganizedFileArea.xml b/doc/ln.types.odb.ng.storage/OrganizedFile+OrganizedFileArea.xml index ba34ec5..983032f 100644 --- a/doc/ln.types.odb.ng.storage/OrganizedFile+OrganizedFileArea.xml +++ b/doc/ln.types.odb.ng.storage/OrganizedFile+OrganizedFileArea.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -27,6 +29,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -45,6 +49,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -63,6 +69,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -82,6 +90,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -102,6 +112,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -122,6 +134,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -142,6 +156,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -158,6 +174,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -174,6 +192,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -189,6 +209,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -209,6 +231,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -224,6 +248,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void diff --git a/doc/ln.types.odb.ng.storage/OrganizedFile+OrganizedFileHeader.xml b/doc/ln.types.odb.ng.storage/OrganizedFile+OrganizedFileHeader.xml index 2d58833..52e81b5 100644 --- a/doc/ln.types.odb.ng.storage/OrganizedFile+OrganizedFileHeader.xml +++ b/doc/ln.types.odb.ng.storage/OrganizedFile+OrganizedFileHeader.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt32 @@ -48,6 +54,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.OrganizedFileType @@ -63,6 +71,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -78,6 +88,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt32 @@ -93,6 +105,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt64 @@ -108,6 +122,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -127,6 +143,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt32 @@ -142,6 +160,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void diff --git a/doc/ln.types.odb.ng.storage/OrganizedFile.xml b/doc/ln.types.odb.ng.storage/OrganizedFile.xml index e14eecd..b31bb44 100644 --- a/doc/ln.types.odb.ng.storage/OrganizedFile.xml +++ b/doc/ln.types.odb.ng.storage/OrganizedFile.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -24,6 +26,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -40,6 +44,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -59,6 +65,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -75,6 +83,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -91,6 +101,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -107,6 +119,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.OrganizedFile+OrganizedFileHeader @@ -123,6 +137,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -139,6 +155,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.OrganizedFile+OrganizedFileArea @@ -159,6 +177,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.OrganizedFile+OrganizedFileArea @@ -179,6 +199,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<ln.types.odb.ng.storage.OrganizedFile+OrganizedFileArea> diff --git a/doc/ln.types.odb.ng.storage/OrganizedFileType.xml b/doc/ln.types.odb.ng.storage/OrganizedFileType.xml index 81af3bd..e192083 100644 --- a/doc/ln.types.odb.ng.storage/OrganizedFileType.xml +++ b/doc/ln.types.odb.ng.storage/OrganizedFileType.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Enum @@ -19,6 +21,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.OrganizedFileType @@ -33,6 +37,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.OrganizedFileType diff --git a/doc/ln.types.odb.ng.storage/SegmentedFile+Segment.xml b/doc/ln.types.odb.ng.storage/SegmentedFile+Segment.xml index 1eb5909..57c6a95 100644 --- a/doc/ln.types.odb.ng.storage/SegmentedFile+Segment.xml +++ b/doc/ln.types.odb.ng.storage/SegmentedFile+Segment.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -38,6 +42,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -58,6 +64,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -73,6 +81,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Guid @@ -89,6 +99,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -105,6 +117,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -121,6 +135,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -137,6 +153,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -153,6 +171,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -169,6 +189,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.SegmentedFile+Segment @@ -189,6 +211,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.DateTime @@ -205,6 +229,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String diff --git a/doc/ln.types.odb.ng.storage/SegmentedFile.xml b/doc/ln.types.odb.ng.storage/SegmentedFile.xml index ac202c4..01c69ab 100644 --- a/doc/ln.types.odb.ng.storage/SegmentedFile.xml +++ b/doc/ln.types.odb.ng.storage/SegmentedFile.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -36,6 +40,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -54,6 +60,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.SegmentedFile+Segment @@ -76,6 +84,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.SegmentedFile+Segment @@ -98,6 +108,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.SegmentedFile+Segment @@ -122,6 +134,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -138,6 +152,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -154,6 +170,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -170,6 +188,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -186,6 +206,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -202,6 +224,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -218,6 +242,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -234,6 +260,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -250,6 +278,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.SegmentedFile+Segment @@ -272,6 +302,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int64 @@ -288,6 +320,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -304,6 +338,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -321,6 +357,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -341,6 +379,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<ln.types.odb.ng.storage.SegmentedFile+Segment> @@ -357,6 +397,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.SegmentedFile+Segment @@ -379,6 +421,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void diff --git a/doc/ln.types.odb.ng.storage/SegmentedFileStorage.xml b/doc/ln.types.odb.ng.storage/SegmentedFileStorage.xml index b9243cb..90ed260 100644 --- a/doc/ln.types.odb.ng.storage/SegmentedFileStorage.xml +++ b/doc/ln.types.odb.ng.storage/SegmentedFileStorage.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.bases.StorageBase @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -36,6 +40,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -52,6 +58,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -72,6 +80,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -88,6 +98,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -107,6 +119,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -132,6 +146,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -149,6 +165,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -171,6 +189,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.DateTime @@ -185,12 +205,31 @@ To be added. + + + + Property + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + To be added. + To be added. + To be added. + + Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -207,6 +246,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Document @@ -227,6 +268,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -244,6 +287,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -254,12 +299,35 @@ To be added. + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -279,6 +347,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String diff --git a/doc/ln.types.odb.ng.storage/StorageArea.xml b/doc/ln.types.odb.ng.storage/StorageArea.xml index d447e19..240b813 100644 --- a/doc/ln.types.odb.ng.storage/StorageArea.xml +++ b/doc/ln.types.odb.ng.storage/StorageArea.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -38,6 +42,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Guid @@ -54,6 +60,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -70,6 +78,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -86,6 +96,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -102,6 +114,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.StorageArea @@ -122,6 +136,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.DateTime @@ -138,6 +154,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String diff --git a/doc/ln.types.odb.ng.storage/StorageAreaContainer.xml b/doc/ln.types.odb.ng.storage/StorageAreaContainer.xml index 18eda47..67473a0 100644 --- a/doc/ln.types.odb.ng.storage/StorageAreaContainer.xml +++ b/doc/ln.types.odb.ng.storage/StorageAreaContainer.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -48,6 +54,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.StorageArea @@ -68,6 +76,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.StorageArea @@ -88,6 +98,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 diff --git a/doc/ln.types.odb.ng/Document.xml b/doc/ln.types.odb.ng/Document.xml index 2fc419c..62460b0 100644 --- a/doc/ln.types.odb.ng/Document.xml +++ b/doc/ln.types.odb.ng/Document.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -49,6 +55,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -65,6 +73,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -85,6 +95,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 T @@ -106,6 +118,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -123,6 +137,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -142,6 +158,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -162,6 +180,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -182,6 +202,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -202,6 +224,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -222,6 +246,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -239,6 +265,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -256,6 +284,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Guid @@ -272,6 +302,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBValue @@ -288,6 +320,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -308,6 +342,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -328,6 +364,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<ln.types.odb.values.ODBEntity> @@ -344,6 +382,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.DateTime @@ -360,6 +400,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -371,5 +413,26 @@ To be added. + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/ln.types.odb.ng/IODBMapping.xml b/doc/ln.types.odb.ng/IODBMapping.xml index c3d6935..ad24367 100644 --- a/doc/ln.types.odb.ng/IODBMapping.xml +++ b/doc/ln.types.odb.ng/IODBMapping.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -17,6 +19,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -39,6 +43,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object diff --git a/doc/ln.types.odb.ng/Mapper.xml b/doc/ln.types.odb.ng/Mapper.xml index 7304b75..64e1d64 100644 --- a/doc/ln.types.odb.ng/Mapper.xml +++ b/doc/ln.types.odb.ng/Mapper.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -24,6 +26,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -40,6 +44,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -56,6 +62,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Mapper @@ -72,6 +80,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -93,6 +103,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -114,6 +126,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -137,6 +151,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -160,6 +176,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -176,6 +194,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -197,6 +217,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -220,6 +242,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -240,6 +264,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -262,6 +288,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -286,6 +314,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -307,6 +337,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -331,6 +363,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -357,6 +391,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.IODBMapping @@ -377,6 +413,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.IODBMapping @@ -398,6 +436,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.IStorage @@ -418,6 +458,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.IStorage @@ -440,6 +482,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -460,6 +504,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.IEnumerable @@ -480,6 +526,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.IEnumerable @@ -502,6 +550,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -524,6 +574,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<T> @@ -545,6 +597,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<T> @@ -569,6 +623,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 T @@ -593,6 +649,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -613,6 +671,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -634,6 +694,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -657,6 +719,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -682,6 +746,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -703,6 +769,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -726,6 +794,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.storage.IStorageContainer @@ -742,6 +812,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -764,6 +836,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object diff --git a/doc/ln.types.odb.ng/ODBMap.xml b/doc/ln.types.odb.ng/ODBMap.xml index 698ff70..11d8f5f 100644 --- a/doc/ln.types.odb.ng/ODBMap.xml +++ b/doc/ln.types.odb.ng/ODBMap.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Delegate diff --git a/doc/ln.types.odb.ng/ODBMap`1.xml b/doc/ln.types.odb.ng/ODBMap`1.xml index b2745a8..231b7d9 100644 --- a/doc/ln.types.odb.ng/ODBMap`1.xml +++ b/doc/ln.types.odb.ng/ODBMap`1.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 diff --git a/doc/ln.types.odb.ng/ODBUnmap.xml b/doc/ln.types.odb.ng/ODBUnmap.xml index d2cdb83..de70283 100644 --- a/doc/ln.types.odb.ng/ODBUnmap.xml +++ b/doc/ln.types.odb.ng/ODBUnmap.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Delegate diff --git a/doc/ln.types.odb.ng/ODBUnmap`1.xml b/doc/ln.types.odb.ng/ODBUnmap`1.xml index 5f6046e..6475fe2 100644 --- a/doc/ln.types.odb.ng/ODBUnmap`1.xml +++ b/doc/ln.types.odb.ng/ODBUnmap`1.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 diff --git a/doc/ln.types.odb.ng/Query.xml b/doc/ln.types.odb.ng/Query.xml index 4c2f685..a98924a 100644 --- a/doc/ln.types.odb.ng/Query.xml +++ b/doc/ln.types.odb.ng/Query.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Query @@ -48,6 +52,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Query @@ -76,6 +82,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Query @@ -98,6 +106,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Query @@ -120,6 +130,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Query @@ -146,6 +158,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Query @@ -172,6 +186,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Query @@ -194,6 +210,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Query @@ -220,6 +238,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerable<System.Guid> @@ -240,6 +260,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Query @@ -262,6 +284,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Query @@ -288,6 +312,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Query @@ -308,6 +334,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.ng.Query diff --git a/doc/ln.types.odb.values/ODBBool.xml b/doc/ln.types.odb.values/ODBBool.xml index 1b2e8e8..5c6170d 100644 --- a/doc/ln.types.odb.values/ODBBool.xml +++ b/doc/ln.types.odb.values/ODBBool.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBValue @@ -20,6 +22,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -40,6 +44,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBBool @@ -55,6 +61,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -72,6 +80,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBBool diff --git a/doc/ln.types.odb.values/ODBDeserialize.xml b/doc/ln.types.odb.values/ODBDeserialize.xml index 5bb1802..baad18a 100644 --- a/doc/ln.types.odb.values/ODBDeserialize.xml +++ b/doc/ln.types.odb.values/ODBDeserialize.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Delegate diff --git a/doc/ln.types.odb.values/ODBDouble.xml b/doc/ln.types.odb.values/ODBDouble.xml index 1074a56..9b4abb9 100644 --- a/doc/ln.types.odb.values/ODBDouble.xml +++ b/doc/ln.types.odb.values/ODBDouble.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBValue @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -36,6 +40,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -56,6 +62,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] diff --git a/doc/ln.types.odb.values/ODBEntity.xml b/doc/ln.types.odb.values/ODBEntity.xml index 78d167e..f1e8530 100644 --- a/doc/ln.types.odb.values/ODBEntity.xml +++ b/doc/ln.types.odb.values/ODBEntity.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -24,6 +26,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -40,6 +44,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -60,6 +66,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 T @@ -81,6 +89,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -98,6 +108,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -118,6 +130,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -138,6 +152,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -160,6 +176,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -180,6 +198,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -200,6 +220,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -217,6 +239,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -234,6 +258,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBValue @@ -250,6 +276,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -272,6 +300,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -294,6 +324,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -316,6 +348,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -338,6 +372,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -360,6 +396,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -382,6 +420,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -402,6 +442,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -423,6 +465,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -434,12 +478,52 @@ To be added. + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + Property + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.String + + + To be added. + To be added. + To be added. + + Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void diff --git a/doc/ln.types.odb.values/ODBGuid.xml b/doc/ln.types.odb.values/ODBGuid.xml index c82080b..dad0f39 100644 --- a/doc/ln.types.odb.values/ODBGuid.xml +++ b/doc/ln.types.odb.values/ODBGuid.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBValue @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -49,6 +55,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -69,6 +77,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] diff --git a/doc/ln.types.odb.values/ODBInteger.xml b/doc/ln.types.odb.values/ODBInteger.xml index 89d3b8f..56d9864 100644 --- a/doc/ln.types.odb.values/ODBInteger.xml +++ b/doc/ln.types.odb.values/ODBInteger.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBValue @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -36,6 +40,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -56,6 +62,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] diff --git a/doc/ln.types.odb.values/ODBList.xml b/doc/ln.types.odb.values/ODBList.xml index 902cfd5..a3e0e8c 100644 --- a/doc/ln.types.odb.values/ODBList.xml +++ b/doc/ln.types.odb.values/ODBList.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -24,6 +26,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -37,6 +41,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -57,6 +63,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -76,6 +84,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -95,6 +105,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 T @@ -116,6 +128,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -133,6 +147,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -153,6 +169,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -169,6 +187,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.IEnumerator<ln.types.odb.values.ODBEntity> @@ -186,6 +206,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -203,6 +225,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBValue @@ -219,6 +243,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -239,6 +265,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -259,6 +287,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -278,6 +308,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -297,6 +329,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.IEnumerator @@ -308,5 +342,26 @@ To be added. + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + diff --git a/doc/ln.types.odb.values/ODBLong.xml b/doc/ln.types.odb.values/ODBLong.xml index 3ea3202..95b1928 100644 --- a/doc/ln.types.odb.values/ODBLong.xml +++ b/doc/ln.types.odb.values/ODBLong.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBValue @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -36,6 +40,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -56,6 +62,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -73,6 +81,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.DateTime @@ -93,6 +103,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.TimeSpan diff --git a/doc/ln.types.odb.values/ODBNull.xml b/doc/ln.types.odb.values/ODBNull.xml index e9c6f3c..88975cf 100644 --- a/doc/ln.types.odb.values/ODBNull.xml +++ b/doc/ln.types.odb.values/ODBNull.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBValue @@ -20,6 +22,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -40,6 +44,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -60,6 +66,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -77,6 +85,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -94,6 +104,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBNull diff --git a/doc/ln.types.odb.values/ODBStringValue.xml b/doc/ln.types.odb.values/ODBStringValue.xml index b597c5e..13315bf 100644 --- a/doc/ln.types.odb.values/ODBStringValue.xml +++ b/doc/ln.types.odb.values/ODBStringValue.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBValue @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -36,6 +40,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -56,6 +62,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] diff --git a/doc/ln.types.odb.values/ODBUInteger.xml b/doc/ln.types.odb.values/ODBUInteger.xml index 98e1358..8440aa4 100644 --- a/doc/ln.types.odb.values/ODBUInteger.xml +++ b/doc/ln.types.odb.values/ODBUInteger.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBValue @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -36,6 +40,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -56,6 +62,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] diff --git a/doc/ln.types.odb.values/ODBULong.xml b/doc/ln.types.odb.values/ODBULong.xml index 356f477..f0a79d0 100644 --- a/doc/ln.types.odb.values/ODBULong.xml +++ b/doc/ln.types.odb.values/ODBULong.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBValue @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -36,6 +40,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -56,6 +62,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] diff --git a/doc/ln.types.odb.values/ODBValue.xml b/doc/ln.types.odb.values/ODBValue.xml index 2914c9a..19fac00 100644 --- a/doc/ln.types.odb.values/ODBValue.xml +++ b/doc/ln.types.odb.values/ODBValue.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -38,6 +42,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 T @@ -59,6 +65,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBEntity @@ -76,6 +84,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -96,6 +106,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -113,6 +125,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.odb.values.ODBValue @@ -129,6 +143,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -140,12 +156,35 @@ To be added. + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object diff --git a/doc/ln.types.odb.values/ODBValueFactory.xml b/doc/ln.types.odb.values/ODBValueFactory.xml index 1ef8262..3f28f2e 100644 --- a/doc/ln.types.odb.values/ODBValueFactory.xml +++ b/doc/ln.types.odb.values/ODBValueFactory.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Delegate diff --git a/doc/ln.types.rpc/PublishAttribute.xml b/doc/ln.types.rpc/PublishAttribute.xml index 64df0fb..21ee159 100644 --- a/doc/ln.types.rpc/PublishAttribute.xml +++ b/doc/ln.types.rpc/PublishAttribute.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Attribute @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 diff --git a/doc/ln.types.rpc/RPCCall.xml b/doc/ln.types.rpc/RPCCall.xml index db7e22a..867cbb6 100644 --- a/doc/ln.types.rpc/RPCCall.xml +++ b/doc/ln.types.rpc/RPCCall.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -49,6 +55,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -65,6 +73,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -81,6 +91,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object[] diff --git a/doc/ln.types.rpc/RPCContainer+RPCModule.xml b/doc/ln.types.rpc/RPCContainer+RPCModule.xml index 0ddea13..e9ab14e 100644 --- a/doc/ln.types.rpc/RPCContainer+RPCModule.xml +++ b/doc/ln.types.rpc/RPCContainer+RPCModule.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -38,6 +42,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -56,6 +62,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -78,6 +86,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.rpc.RPCResult @@ -98,6 +108,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.Dictionary<System.String,System.Reflection.MethodInfo> @@ -113,6 +125,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -129,6 +143,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String diff --git a/doc/ln.types.rpc/RPCContainer.xml b/doc/ln.types.rpc/RPCContainer.xml index 132512e..3bf6e9e 100644 --- a/doc/ln.types.rpc/RPCContainer.xml +++ b/doc/ln.types.rpc/RPCContainer.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -52,6 +58,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -73,6 +81,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.rpc.RPCResult @@ -93,6 +103,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -112,6 +124,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void diff --git a/doc/ln.types.rpc/RPCResult.xml b/doc/ln.types.rpc/RPCResult.xml index 7971031..1c17fe2 100644 --- a/doc/ln.types.rpc/RPCResult.xml +++ b/doc/ln.types.rpc/RPCResult.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -36,6 +40,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -54,6 +60,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -72,6 +80,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -88,6 +98,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Exception @@ -104,6 +116,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -120,6 +134,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object diff --git a/doc/ln.types.stream/CharStream.xml b/doc/ln.types.stream/CharStream.xml index 5333c2e..db16f69 100644 --- a/doc/ln.types.stream/CharStream.xml +++ b/doc/ln.types.stream/CharStream.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -36,6 +40,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -52,6 +58,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Char @@ -68,6 +76,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -84,6 +94,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -100,6 +112,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Char[] @@ -120,6 +134,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -139,6 +155,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean diff --git a/doc/ln.types.test/CacheTests.xml b/doc/ln.types.test/CacheTests.xml index 0cd71d2..7b7c92f 100644 --- a/doc/ln.types.test/CacheTests.xml +++ b/doc/ln.types.test/CacheTests.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -25,6 +27,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -38,6 +42,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 diff --git a/doc/ln.types.test/ODBTests+Person.xml b/doc/ln.types.test/ODBTests+Person.xml index 9e07816..c77bcef 100644 --- a/doc/ln.types.test/ODBTests+Person.xml +++ b/doc/ln.types.test/ODBTests+Person.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -48,6 +54,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -68,6 +76,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -83,6 +93,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -100,6 +112,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Guid @@ -115,6 +129,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -130,6 +146,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String[] @@ -139,5 +157,21 @@ To be added. + + + + Field + + 1.0.7219.21216 + 1.0.7219.22264 + + + ln.types.test.ODBTests+Something + + + To be added. + To be added. + + diff --git a/doc/ln.types.test/ODBTests+Something.xml b/doc/ln.types.test/ODBTests+Something.xml new file mode 100644 index 0000000..ce5c3b7 --- /dev/null +++ b/doc/ln.types.test/ODBTests+Something.xml @@ -0,0 +1,49 @@ + + + + + ln.types + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Object + + + + To be added. + To be added. + + + + + + Constructor + + 1.0.7219.21216 + 1.0.7219.22264 + + + + To be added. + To be added. + + + + + + Field + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Guid + + + To be added. + To be added. + + + + diff --git a/doc/ln.types.test/ODBTests.xml b/doc/ln.types.test/ODBTests.xml index f4656ae..a8010c9 100644 --- a/doc/ln.types.test/ODBTests.xml +++ b/doc/ln.types.test/ODBTests.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -25,6 +27,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -38,6 +42,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -59,6 +65,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -80,6 +88,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -95,12 +105,80 @@ To be added. + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + + NUnit.Framework.TestCase(Mono.Cecil.CustomAttributeArgument[]) + + + + System.Void + + + + To be added. + To be added. + + Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 + + + + NUnit.Framework.TestCase(Mono.Cecil.CustomAttributeArgument[]) + + + + System.Void + + + + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + + NUnit.Framework.TestCase(Mono.Cecil.CustomAttributeArgument[]) + + + + System.Void + + + + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 @@ -122,6 +200,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 diff --git a/doc/ln.types.test/Test.xml b/doc/ln.types.test/Test.xml new file mode 100644 index 0000000..ab1bb9d --- /dev/null +++ b/doc/ln.types.test/Test.xml @@ -0,0 +1,42 @@ + + + + + ln.types + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Object + + + + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/doc/ln.types.test/TypesTests.xml b/doc/ln.types.test/TypesTests.xml index 078b8f8..e8923dc 100644 --- a/doc/ln.types.test/TypesTests.xml +++ b/doc/ln.types.test/TypesTests.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -25,6 +27,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -38,6 +42,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 diff --git a/doc/ln.types.test/WeakKeyDictionaryTests.xml b/doc/ln.types.test/WeakKeyDictionaryTests.xml index 1971e86..f337e57 100644 --- a/doc/ln.types.test/WeakKeyDictionaryTests.xml +++ b/doc/ln.types.test/WeakKeyDictionaryTests.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -25,6 +27,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -38,6 +42,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -54,6 +60,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -70,6 +78,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 diff --git a/doc/ln.types.test/WeakValueDictionaryTests.xml b/doc/ln.types.test/WeakValueDictionaryTests.xml new file mode 100644 index 0000000..58da2d0 --- /dev/null +++ b/doc/ln.types.test/WeakValueDictionaryTests.xml @@ -0,0 +1,60 @@ + + + + + ln.types + 1.0.7219.21216 + 1.0.7219.22264 + + + System.Object + + + + + NUnit.Framework.TestFixture + + + + To be added. + To be added. + + + + + + Constructor + + 1.0.7219.21216 + 1.0.7219.22264 + + + + To be added. + To be added. + + + + + + Method + + 1.0.7219.21216 + 1.0.7219.22264 + + + + NUnit.Framework.Test + + + + System.Void + + + + To be added. + To be added. + + + + diff --git a/doc/ln.types.threads/DisposableLock.xml b/doc/ln.types.threads/DisposableLock.xml index da80f5c..aa5a163 100644 --- a/doc/ln.types.threads/DisposableLock.xml +++ b/doc/ln.types.threads/DisposableLock.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -24,6 +26,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -40,6 +44,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -56,6 +62,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object diff --git a/doc/ln.types.threads/DynamicPool.xml b/doc/ln.types.threads/DynamicPool.xml index a7777a0..587326e 100644 --- a/doc/ln.types.threads/DynamicPool.xml +++ b/doc/ln.types.threads/DynamicPool.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.Pool @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -49,6 +55,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -65,6 +73,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -81,6 +91,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -97,6 +109,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJob diff --git a/doc/ln.types.threads/ExtendedJobDelegate.xml b/doc/ln.types.threads/ExtendedJobDelegate.xml index 6f71a6c..343ec6f 100644 --- a/doc/ln.types.threads/ExtendedJobDelegate.xml +++ b/doc/ln.types.threads/ExtendedJobDelegate.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Delegate diff --git a/doc/ln.types.threads/JobDelegate.xml b/doc/ln.types.threads/JobDelegate.xml index 12bd89a..bef0ee8 100644 --- a/doc/ln.types.threads/JobDelegate.xml +++ b/doc/ln.types.threads/JobDelegate.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Delegate diff --git a/doc/ln.types.threads/LockingException.xml b/doc/ln.types.threads/LockingException.xml index a674e52..4942dfe 100644 --- a/doc/ln.types.threads/LockingException.xml +++ b/doc/ln.types.threads/LockingException.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Exception @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 diff --git a/doc/ln.types.threads/Pool.xml b/doc/ln.types.threads/Pool.xml index 1ded87e..5737bca 100644 --- a/doc/ln.types.threads/Pool.xml +++ b/doc/ln.types.threads/Pool.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -24,6 +26,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -37,6 +41,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -53,6 +59,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -69,6 +77,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolThread @@ -86,6 +96,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJob[] @@ -102,6 +114,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -118,6 +132,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -133,6 +149,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJob @@ -150,6 +168,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJob @@ -170,6 +190,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -186,6 +208,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJob @@ -206,6 +230,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -225,6 +251,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -245,6 +273,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -265,6 +295,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJob @@ -287,6 +319,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJob @@ -307,6 +341,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolThread @@ -327,6 +363,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -343,6 +381,8 @@ Event 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJobFinished @@ -358,6 +398,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -374,6 +416,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolThread[] @@ -390,6 +434,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -406,6 +452,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJob[] @@ -422,6 +470,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -438,6 +488,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolState @@ -454,6 +506,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -470,6 +524,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -489,6 +545,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJob @@ -509,6 +567,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.HashSet<ln.types.threads.PoolThread> @@ -524,6 +584,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -540,6 +602,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Collections.Generic.HashSet<ln.types.threads.PoolThread> diff --git a/doc/ln.types.threads/PoolJob.xml b/doc/ln.types.threads/PoolJob.xml index d586617..ef2f9d0 100644 --- a/doc/ln.types.threads/PoolJob.xml +++ b/doc/ln.types.threads/PoolJob.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -49,6 +55,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -65,6 +73,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -83,6 +93,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.ExtendedJobDelegate @@ -99,6 +111,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -115,6 +129,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.JobDelegate @@ -131,6 +147,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -147,6 +165,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJobState @@ -163,6 +183,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -179,6 +201,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -195,6 +219,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Double @@ -211,6 +237,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -227,6 +255,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -246,6 +276,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -262,6 +294,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -289,6 +323,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -308,6 +344,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String diff --git a/doc/ln.types.threads/PoolJobFinished.xml b/doc/ln.types.threads/PoolJobFinished.xml index 7a4e4e9..9eff7ef 100644 --- a/doc/ln.types.threads/PoolJobFinished.xml +++ b/doc/ln.types.threads/PoolJobFinished.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Delegate diff --git a/doc/ln.types.threads/PoolJobState.xml b/doc/ln.types.threads/PoolJobState.xml index 7d6537f..bf1b477 100644 --- a/doc/ln.types.threads/PoolJobState.xml +++ b/doc/ln.types.threads/PoolJobState.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Enum @@ -19,6 +21,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJobState @@ -33,6 +37,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJobState @@ -47,6 +53,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJobState @@ -61,6 +69,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJobState diff --git a/doc/ln.types.threads/PoolState.xml b/doc/ln.types.threads/PoolState.xml index 6d5544d..ea0e16d 100644 --- a/doc/ln.types.threads/PoolState.xml +++ b/doc/ln.types.threads/PoolState.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Enum @@ -19,6 +21,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolState @@ -33,6 +37,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolState @@ -47,6 +53,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolState @@ -61,6 +69,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolState diff --git a/doc/ln.types.threads/PoolThread.xml b/doc/ln.types.threads/PoolThread.xml index d604215..a04d1d1 100644 --- a/doc/ln.types.threads/PoolThread.xml +++ b/doc/ln.types.threads/PoolThread.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -36,6 +40,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolJob @@ -52,6 +58,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Threading.ThreadLocal<ln.types.threads.PoolThread> @@ -68,6 +76,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.Pool @@ -84,6 +94,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Threading.Thread diff --git a/doc/ln.types.threads/PoolThreadMustExitException.xml b/doc/ln.types.threads/PoolThreadMustExitException.xml index e5eb347..60f5777 100644 --- a/doc/ln.types.threads/PoolThreadMustExitException.xml +++ b/doc/ln.types.threads/PoolThreadMustExitException.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Exception @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 diff --git a/doc/ln.types.threads/PoolThreadState.xml b/doc/ln.types.threads/PoolThreadState.xml index 0eca778..e1653cb 100644 --- a/doc/ln.types.threads/PoolThreadState.xml +++ b/doc/ln.types.threads/PoolThreadState.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Enum @@ -19,6 +21,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolThreadState @@ -33,6 +37,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolThreadState @@ -47,6 +53,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.threads.PoolThreadState diff --git a/doc/ln.types.threads/ThreadHelpers.xml b/doc/ln.types.threads/ThreadHelpers.xml index 02b9d1a..2358ce5 100644 --- a/doc/ln.types.threads/ThreadHelpers.xml +++ b/doc/ln.types.threads/ThreadHelpers.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 T diff --git a/doc/ln.types.threads/Timing+TypedDelegate`1.xml b/doc/ln.types.threads/Timing+TypedDelegate`1.xml index 684db58..73a6d98 100644 --- a/doc/ln.types.threads/Timing+TypedDelegate`1.xml +++ b/doc/ln.types.threads/Timing+TypedDelegate`1.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 diff --git a/doc/ln.types.threads/Timing+VoidDelegate.xml b/doc/ln.types.threads/Timing+VoidDelegate.xml index ae7fb97..824a26a 100644 --- a/doc/ln.types.threads/Timing+VoidDelegate.xml +++ b/doc/ln.types.threads/Timing+VoidDelegate.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Delegate diff --git a/doc/ln.types.threads/Timing.xml b/doc/ln.types.threads/Timing.xml index aaae83a..10cbd50 100644 --- a/doc/ln.types.threads/Timing.xml +++ b/doc/ln.types.threads/Timing.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -39,6 +43,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -60,6 +66,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 T @@ -84,6 +92,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 T diff --git a/doc/ln.types/Argument.xml b/doc/ln.types/Argument.xml index 667a05f..2029f0f 100644 --- a/doc/ln.types/Argument.xml +++ b/doc/ln.types/Argument.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -38,6 +42,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -58,6 +64,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -78,6 +86,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -98,6 +108,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Double @@ -114,6 +126,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -130,6 +144,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -146,6 +162,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -162,6 +180,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -178,6 +198,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -194,6 +216,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Char @@ -210,6 +234,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String diff --git a/doc/ln.types/ArgumentContainer.xml b/doc/ln.types/ArgumentContainer.xml index b1fc7a7..95929b4 100644 --- a/doc/ln.types/ArgumentContainer.xml +++ b/doc/ln.types/ArgumentContainer.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -49,6 +55,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.ArgumentContainer @@ -69,6 +77,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.ArgumentContainer @@ -89,6 +99,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.ArgumentContainer @@ -109,6 +121,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.ArgumentContainer @@ -131,6 +145,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.ArgumentContainer @@ -155,6 +171,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.ArgumentContainer @@ -179,6 +197,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String[] @@ -195,6 +215,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -218,6 +240,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -238,6 +262,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -258,6 +284,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.Argument @@ -278,6 +306,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.Argument @@ -298,6 +328,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void diff --git a/doc/ln.types/Cast.xml b/doc/ln.types/Cast.xml index a6db2c3..2fdb2f8 100644 --- a/doc/ln.types/Cast.xml +++ b/doc/ln.types/Cast.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -44,6 +48,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -70,6 +76,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -94,6 +102,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -120,6 +130,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -142,6 +154,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 T diff --git a/doc/ln.types/DateTimeExtensions.xml b/doc/ln.types/DateTimeExtensions.xml index 35ae5e9..a222a6c 100644 --- a/doc/ln.types/DateTimeExtensions.xml +++ b/doc/ln.types/DateTimeExtensions.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.DateTime @@ -35,6 +39,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.DateTime @@ -55,6 +61,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.DateTime @@ -75,6 +83,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Double @@ -95,6 +105,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Double diff --git a/doc/ln.types/Extensions.xml b/doc/ln.types/Extensions.xml index 178d429..5333aaf 100644 --- a/doc/ln.types/Extensions.xml +++ b/doc/ln.types/Extensions.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -46,6 +50,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -66,6 +72,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -86,6 +94,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 T[] @@ -112,6 +122,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 T[] @@ -138,6 +150,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -160,6 +174,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -182,6 +198,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -204,6 +222,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -226,6 +246,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -248,6 +270,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -270,6 +294,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -292,6 +318,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -316,6 +344,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int16 @@ -338,6 +368,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int16 @@ -362,6 +394,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt32 @@ -384,6 +418,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt32 @@ -408,6 +444,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16 @@ -430,6 +468,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16 @@ -454,6 +494,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -474,6 +516,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Byte[] @@ -496,6 +540,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Double @@ -518,6 +564,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -538,6 +586,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int64 @@ -558,6 +608,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int64 @@ -580,6 +632,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int16 @@ -602,6 +656,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt32 @@ -622,6 +678,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt64 @@ -642,6 +700,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt64 @@ -664,6 +724,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.UInt16 @@ -686,6 +748,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 T[] @@ -712,6 +776,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 T[] @@ -738,6 +804,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 T[] @@ -766,6 +834,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Decimal @@ -786,6 +856,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -806,6 +878,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -827,6 +901,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -850,6 +926,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -871,6 +949,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -892,6 +972,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -915,6 +997,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -938,6 +1022,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -959,6 +1045,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -980,6 +1068,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void @@ -1003,6 +1093,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void diff --git a/doc/ln.types/GeoLocation.xml b/doc/ln.types/GeoLocation.xml index 14e1a93..bd7b1d2 100644 --- a/doc/ln.types/GeoLocation.xml +++ b/doc/ln.types/GeoLocation.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.ValueType @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -38,6 +42,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Double @@ -53,6 +59,8 @@ Field 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Double @@ -68,6 +76,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String diff --git a/doc/ln.types/IPv6.xml b/doc/ln.types/IPv6.xml index f4c77ec..a89dd85 100644 --- a/doc/ln.types/IPv6.xml +++ b/doc/ln.types/IPv6.xml @@ -4,6 +4,7 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 System.Object @@ -20,6 +21,7 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 @@ -33,6 +35,7 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 @@ -49,6 +52,7 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 @@ -65,6 +69,7 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 @@ -83,6 +88,7 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 @@ -101,6 +107,7 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 @@ -119,6 +126,7 @@ Field 1.0.7214.23034 + 1.0.7219.21216 ln.types.IPv6 @@ -134,6 +142,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 System.Boolean @@ -154,6 +163,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 System.Boolean @@ -174,6 +184,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 System.Int32 @@ -191,6 +202,7 @@ Property 1.0.7214.23034 + 1.0.7219.21216 System.UInt32 @@ -207,6 +219,7 @@ Property 1.0.7214.23034 + 1.0.7219.21216 ln.types.IPv6 @@ -223,6 +236,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 ln.types.IPv6 @@ -245,6 +259,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 ln.types.IPv6 @@ -265,6 +280,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 System.Net.IPAddress @@ -285,6 +301,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 ln.types.IPv6 @@ -305,6 +322,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 ln.types.IPv6 @@ -325,6 +343,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 ln.types.IPv6 @@ -345,6 +364,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 ln.types.IPv6 @@ -367,6 +387,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 ln.types.IPv6 @@ -387,6 +408,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 System.Collections.Generic.IEnumerable<ln.types.IPv6> @@ -407,6 +429,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 System.Byte[] @@ -424,6 +447,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 System.String @@ -441,6 +465,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 System.String @@ -458,6 +483,7 @@ Method 1.0.7214.23034 + 1.0.7219.21216 System.String @@ -478,6 +504,7 @@ Field 1.0.7214.23034 + 1.0.7219.21216 ln.types.IPv6 diff --git a/doc/ln.types/PathHelper.xml b/doc/ln.types/PathHelper.xml index 3443ed9..6483789 100644 --- a/doc/ln.types/PathHelper.xml +++ b/doc/ln.types/PathHelper.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -40,6 +44,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -66,6 +72,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -88,6 +96,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -116,6 +126,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -136,6 +148,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String diff --git a/doc/ln.types/URI.xml b/doc/ln.types/URI.xml index 13a563c..2830a85 100644 --- a/doc/ln.types/URI.xml +++ b/doc/ln.types/URI.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -36,6 +40,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -54,6 +60,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -74,6 +82,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -98,6 +108,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -114,6 +126,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Boolean @@ -134,6 +148,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 ln.types.URI @@ -154,6 +170,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -170,6 +188,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Int32 @@ -187,6 +207,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -203,6 +225,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -219,6 +243,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -235,6 +261,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -251,6 +279,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -267,6 +297,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String @@ -284,6 +316,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.String[] diff --git a/doc/ln.types/dVdT.xml b/doc/ln.types/dVdT.xml index 4c37154..9a3f1fa 100644 --- a/doc/ln.types/dVdT.xml +++ b/doc/ln.types/dVdT.xml @@ -4,6 +4,8 @@ ln.types 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Object @@ -20,6 +22,8 @@ Constructor 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 @@ -33,6 +37,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Double @@ -49,6 +55,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.DateTime @@ -65,6 +73,8 @@ Property 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Double @@ -81,6 +91,8 @@ Method 1.0.7214.23034 + 1.0.7219.21216 + 1.0.7219.22264 System.Void