diff --git a/NuGet/PZone.SDK.XRM.nupkg b/NuGet/PZone.SDK.XRM.nupkg index 2336ef2..82692bd 100644 Binary files a/NuGet/PZone.SDK.XRM.nupkg and b/NuGet/PZone.SDK.XRM.nupkg differ diff --git a/PZone SDK XRM.shfbproj b/PZone SDK XRM.shfbproj index 3e9a099..d6476c7 100644 --- a/PZone SDK XRM.shfbproj +++ b/PZone SDK XRM.shfbproj @@ -24,7 +24,7 @@ True False True - 8.2.0.0 + 8.2.1.0 2 True C# diff --git a/Source/PZone.Xrm/IOrganizationServiceMetadataExtensions.cs b/Source/PZone.Xrm/IOrganizationServiceMetadataExtensions.cs new file mode 100644 index 0000000..db35e2b --- /dev/null +++ b/Source/PZone.Xrm/IOrganizationServiceMetadataExtensions.cs @@ -0,0 +1,54 @@ +using System; +using System.Linq; +using Microsoft.Xrm.Sdk; +using Microsoft.Xrm.Sdk.Messages; +using Microsoft.Xrm.Sdk.Metadata; + +namespace PZone.Xrm +{ + /// + /// Набор методов для упрощения работы с метаданными. + /// + // ReSharper disable once UnusedMember.Global + // ReSharper disable once InconsistentNaming + public static class IOrganizationServiceMetadataExtensions + { + /// + /// Получение метки элемента списка значений. + /// + /// Экземпляр сервиса CRM. + /// Системное имя сущности. + /// Системное имя атрибута сущности типа "Список значений" (Picklist). + /// Числовое значение элемента списка. + /// + /// Метод возвращает локальную метку элемента списка значений. + /// + /// В метаданных списка нет указанного в значения. + /// Неизвестная ошибка. + public static string RetrievePicklistItemLabel(this IOrganizationService service, string entityName, string attributeName, int value) + { + try + { + var request = new RetrieveAttributeRequest { EntityLogicalName = entityName, LogicalName = attributeName }; + var response = (RetrieveAttributeResponse)service.Execute(request); + var picklistMetadata = (PicklistAttributeMetadata)response.AttributeMetadata; + var option = picklistMetadata.OptionSet.Options.FirstOrDefault(item => item.Value.HasValue && item.Value.Value == value); + if (option == null) + throw new ArgumentOutOfRangeException(nameof(value), $"Getting picklist label error. Unknown value {value}."); + return option.Label.UserLocalizedLabel.Label; + } + catch (ArgumentOutOfRangeException) + { + throw; + } + catch (InvalidPluginExecutionException) + { + throw; + } + catch (Exception ex) + { + throw new InvalidPluginExecutionException($"Getting picklist label error. {ex.Message}", ex); + } + } + } +} \ No newline at end of file diff --git a/Source/PZone.Xrm/PZone.Xrm.csproj b/Source/PZone.Xrm/PZone.Xrm.csproj index 1bfde73..a52bdec 100644 --- a/Source/PZone.Xrm/PZone.Xrm.csproj +++ b/Source/PZone.Xrm/PZone.Xrm.csproj @@ -39,6 +39,7 @@ + diff --git a/Source/PZone.Xrm/Properties/AssemblyInfo.cs b/Source/PZone.Xrm/Properties/AssemblyInfo.cs index aa5a508..43a921f 100644 --- a/Source/PZone.Xrm/Properties/AssemblyInfo.cs +++ b/Source/PZone.Xrm/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("8.2.0.0")] -[assembly: AssemblyFileVersion("8.2.0.0")] +[assembly: AssemblyVersion("8.2.1.0")] +[assembly: AssemblyFileVersion("8.2.1.0")] diff --git a/docs/v8/LastBuild.log b/docs/v8/LastBuild.log index e95d15d..b3d0c5c 100644 --- a/docs/v8/LastBuild.log +++ b/docs/v8/LastBuild.log @@ -1,5 +1,5 @@ - + Finding tools... The Sandcastle tools are located in 'C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\' @@ -28,16 +28,16 @@ Copying XML comments files Generating shared content files (en-US, Английский (США))... - Last step completed in 00:00:00,0045 + Last step completed in 00:00:00,0390 Generating API filter for MRefBuilder... - Last step completed in 00:00:00,0000 + Last step completed in 00:00:00,0075 Generating reflection information... [C:\Program Files (x86)\MSBuild\14.0\bin\amd64\MSBuild.exe - GenerateRefInfo.proj] -‘Ў®аЄ  ­ з в  10.09.2018 16:28:01. +‘Ў®аЄ  ­ з в  03.10.2018 17:04:39. Џа®ҐЄв "C:\Projects\PZone\CRM\PZone SDK XRM\docs\v8\Working\GenerateRefInfo.proj" ў 㧫Ґ 1 (楫ҐўлҐ ®ЎкҐЄвл Ї® 㬮«з ­Ёо). PrepareForBuild: ‘®§¤ ­ЁҐ Є в «®Ј  "obj\Debug\". @@ -47,7 +47,7 @@ GenerateRefInfo: Portions Copyright c 2006-2018, Eric Woodruff, All Rights Reserved. No source code context base path specified. Source context information is unavailable. Loaded 1 assemblies for reflection and 1 dependency assemblies. - Wrote information on 1 namespaces, 4 types, and 8 members + Wrote information on 1 namespaces, 5 types, and 9 members Љ®ЇЁа®ў ­ЁҐ д ©«  Ё§ "reflection.org" ў "reflection.all". XslTransform (v2018.7.8.0) Copyright c 2006-2018, Microsoft Corporation, All Rights Reserved. @@ -57,13 +57,13 @@ GenerateRefInfo: ‘Ў®аЄ  гбЇҐи­® § ўҐа襭 . -‡ ва зҐ­­®Ґ ўаҐ¬п: 00:00:00.87 - Last step completed in 00:00:01,1288 +‡ ва зҐ­­®Ґ ўаҐ¬п: 00:00:01.37 + Last step completed in 00:00:01,7556 Transforming reflection output... [C:\Program Files (x86)\MSBuild\14.0\bin\amd64\MSBuild.exe - TransformManifest.proj] -‘Ў®аЄ  ­ з в  10.09.2018 16:28:03. +‘Ў®аЄ  ­ з в  03.10.2018 17:04:41. Џа®ҐЄв "C:\Projects\PZone\CRM\PZone SDK XRM\docs\v8\Working\TransformManifest.proj" ў 㧫Ґ 1 (楫ҐўлҐ ®ЎкҐЄвл Ї® 㬮«з ­Ёо). TransformManifest: XslTransform (v2018.7.8.0) @@ -88,26 +88,26 @@ TransformManifest: ‘Ў®аЄ  гбЇҐи­® § ўҐа襭 . -‡ ва зҐ­­®Ґ ўаҐ¬п: 00:00:00.56 - Last step completed in 00:00:00,7932 +‡ ва зҐ­­®Ґ ўаҐ¬п: 00:00:00.98 + Last step completed in 00:00:01,3024 Generating namespace summary information... - Last step completed in 00:00:00,0030 + Last step completed in 00:00:00,0280 Copying additional content files... No additional content to copy - Last step completed in 00:00:00,0000 + Last step completed in 00:00:00,0080 Merging conceptual and additional tables of contents... - Last step completed in 00:00:00,0000 + Last step completed in 00:00:00,0010 Generating intermediate table of contents file... [C:\Program Files (x86)\MSBuild\14.0\bin\amd64\MSBuild.exe - GenerateIntermediateTOC.proj] -‘Ў®аЄ  ­ з в  10.09.2018 16:28:03. +‘Ў®аЄ  ­ з в  03.10.2018 17:04:42. Џа®ҐЄв "C:\Projects\PZone\CRM\PZone SDK XRM\docs\v8\Working\GenerateIntermediateTOC.proj" ў 㧫Ґ 1 (楫ҐўлҐ ®ЎкҐЄвл Ї® 㬮«з ­Ёо). GenerateIntermediateTOC: XslTransform (v2018.7.8.0) @@ -118,14 +118,14 @@ GenerateIntermediateTOC: ‘Ў®аЄ  гбЇҐи­® § ўҐа襭 . -‡ ва зҐ­­®Ґ ўаҐ¬п: 00:00:00.14 +‡ ва зҐ­­®Ґ ўаҐ¬п: 00:00:00.17 Generating conceptual content intermediate TOC file... - Last step completed in 00:00:00,3966 + Last step completed in 00:00:00,5406 Creating Sandcastle configuration files... sandcastle.config - Last step completed in 00:00:00,1330 + Last step completed in 00:00:00,2875 Merging custom build component configurations @@ -133,12 +133,12 @@ C:\Projects\PZone\CRM\PZone SDK XRM\docs\v8\Working\sandcastle.config Updating reference topic configurations. Replacing default configuration for 'Code Block Component' with the custom configuration No conceptual content. Removing conceptual content components. - Last step completed in 00:00:00,0030 + Last step completed in 00:00:00,0175 Building help topics... [C:\Program Files (x86)\MSBuild\14.0\bin\amd64\MSBuild.exe - BuildTopics.proj] -‘Ў®аЄ  ­ з в  10.09.2018 16:28:04. +‘Ў®аЄ  ­ з в  03.10.2018 17:04:43. Џа®ҐЄв "C:\Projects\PZone\CRM\PZone SDK XRM\docs\v8\Working\BuildTopics.proj" ў 㧫Ґ 1 (楫ҐўлҐ ®ЎкҐЄвл Ї® 㬮«з ­Ёо). BuildTopics: BuildAssembler (v2018.7.8.0) @@ -146,19 +146,20 @@ BuildTopics: Portions Copyright c 2006-2018, Eric Woodruff, All Rights Reserved. Loading configuration... Processing topics... - Processed 19 topic(s) + Processed 22 topic(s) CopyFromIndexComponent: "reflection" in-memory cache entries used: 2 of 15. CopyFromIndexComponent: "comments" in-memory cache entries used: 1 of 30. + ResolveReferenceLinksComponent: 1 entries added to the MSDN content ID cache. New cache size: 114 entries ‘Ў®аЄ  Їа®ҐЄв  "C:\Projects\PZone\CRM\PZone SDK XRM\docs\v8\Working\BuildTopics.proj" § ўҐа襭  (楫ҐўлҐ ®ЎкҐЄвл Ї® 㬮«з ­Ёо). ‘Ў®аЄ  гбЇҐи­® § ўҐа襭 . -‡ ва зҐ­­®Ґ ўаҐ¬п: 00:00:07.81 - Last step completed in 00:00:08,0442 +‡ ва зҐ­­®Ґ ўаҐ¬п: 00:00:13.19 + Last step completed in 00:00:13,5202 Combining conceptual and API intermediate TOC files... - Last step completed in 00:00:00,0010 + Last step completed in 00:00:00,0020 Extracting HTML info for HTML Help 1 and/or website... @@ -170,11 +171,11 @@ E-Mail: Eric@EWoodruff.us Using LCID '1033', code page '65001', encoding charset 'UTF-8'. Processing website files in C:\Projects\PZone\CRM\PZone SDK XRM\docs\v8\Working\Output\Website -Processed 19 HTML files +Processed 22 HTML files Sorting keywords and generating See Also indices Saving website keyword index to C:\Projects\PZone\CRM\PZone SDK XRM\docs\v8\Working\WebKI.xml Saving website table of contents to C:\Projects\PZone\CRM\PZone SDK XRM\docs\v8\Working\WebTOC.xml - Last step completed in 00:00:00,3533 + Last step completed in 00:00:00,4104 Copying standard help content... @@ -256,7 +257,7 @@ C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyle C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\scripts\branding-Website.js -> C:\Projects\PZone\CRM\PZone SDK XRM\docs\v8\Working\Output\Website\scripts\branding-Website.js C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\scripts\clipboard.min.js -> C:\Projects\PZone\CRM\PZone SDK XRM\docs\v8\Working\Output\Website\scripts\clipboard.min.js C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\PresentationStyles\VS2013\Web\scripts\jquery-1.11.0.min.js -> C:\Projects\PZone\CRM\PZone SDK XRM\docs\v8\Working\Output\Website\scripts\jquery-1.11.0.min.js - Last step completed in 00:00:00,1548 + Last step completed in 00:00:00,2187 Generating website table of contents file... @@ -267,21 +268,21 @@ Generating full-text index for the website... Adding lightweight search and TOC elements to each topic... - Last step completed in 00:00:00,0980 + Last step completed in 00:00:00,1720 Copying website files to output folder... -Copied 149 files for the website content - Last step completed in 00:00:00,1850 +Copied 156 files for the website content + Last step completed in 00:00:00,2280 Removing intermediate files... - Last step completed in 00:00:00,0505 + Last step completed in 00:00:00,0500 -Build completed successfully at 10.09.2018 16:28:13. Total time: 00:00:12,4501 +Build completed successfully at 03.10.2018 17:04:57. Total time: 00:00:21,5685 diff --git a/docs/v8/WebKI.xml b/docs/v8/WebKI.xml index c0e0b2f..3c7c72c 100644 --- a/docs/v8/WebKI.xml +++ b/docs/v8/WebKI.xml @@ -22,6 +22,11 @@ + + + + + @@ -31,9 +36,11 @@ + + diff --git a/docs/v8/WebTOC.xml b/docs/v8/WebTOC.xml index 749d6b6..bd468df 100644 --- a/docs/v8/WebTOC.xml +++ b/docs/v8/WebTOC.xml @@ -1,29 +1,34 @@  - - - - + + + + - - + + - - + + - - - + + + + + + + + diff --git a/docs/v8/fti/FTI_100.json b/docs/v8/fti/FTI_100.json index ec7e300..52ac861 100644 --- a/docs/v8/fti/FTI_100.json +++ b/docs/v8/fti/FTI_100.json @@ -1 +1 @@ -{"dll":[262145,393217,458753,655361,786433,720897,917505,983041,1048577,1114113,1376257,1441793],"description":[262145,327681,524289,589825,851969,917505,983041,1179649,1245185,1310721,1376257],"development":[1179649,1245185],"default":[65537],"dynamics":[1179649,1245185]} \ No newline at end of file +{"description":[196609,262145,327681,393217,458753,983041,1179649,1310721,1376257,1441793,1507329,1572865,1638401],"default":[1],"development":[1179649,1310721],"dynamics":[1179649,1310721],"dll":[524289,589825,655361,720897,786433,851969,917505,1114113,1245185,1376257,1441793,1507329,1572865,1638401]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_101.json b/docs/v8/fti/FTI_101.json index 12d28f3..f8d3ee0 100644 --- a/docs/v8/fti/FTI_101.json +++ b/docs/v8/fti/FTI_101.json @@ -1 +1 @@ -{"entityref":[786434,1441794],"execute":[655362,917505,1310721],"exception":[327681,458757,851969,983041],"extend":[589825,1114114,1376257],"error":[131074],"entityextensions":[589827,1048578,1114114,1245185,1376260],"entity":[786434,1048583,1114119,1245185,1376257,1441794],"entityreferenceextensions":[262148,524291,786434,1245185],"entitycollection":[393218],"extension":[393218,458754,655362,720898,786434,1048578,1114114,1441794],"entered":[196609],"exposes":[262145,524289,589825,917505,1310721,1376257],"entityreference":[262145,786435,1245185,1441794]} \ No newline at end of file +{"exceptions":[851969],"entityreference":[589827,786434,1179649,1376257],"error":[131074],"exposes":[196609,262145,327681,393217,1376257,1441793,1507329,1638401],"extend":[196609,524290,1507329],"entityref":[589826,786434],"entitycollection":[1114114],"entityextensions":[196611,524290,655362,1179649,1507332],"entityname":[851970],"execute":[327681,720898,1638401],"entered":[1048577],"extension":[524290,589826,655362,720898,786434,851970,917506,1114114,1245186],"entity":[524295,589826,655367,786434,1179649,1507329],"exception":[458753,851969,983041,1245189,1572865],"entityreferenceextensions":[262147,589826,1179649,1376260]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_102.json b/docs/v8/fti/FTI_102.json index e906842..a0df634 100644 --- a/docs/v8/fti/FTI_102.json +++ b/docs/v8/fti/FTI_102.json @@ -1 +1 @@ -{"follow":[65537],"fetchxml":[393219,917505,1310721],"first":[393217,458753,655361,720897,786433,1048577,1114113,1441793],"following":[262145,524289,589825,917505,1310721,1376257]} \ No newline at end of file +{"following":[196609,262145,327681,393217,1376257,1441793,1507329,1638401],"fetchxml":[327681,1114115,1638401],"first":[524289,589825,655361,720897,786433,851969,917505,1114113,1245185],"follow":[1]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_103.json b/docs/v8/fti/FTI_103.json index a660393..a4ba710 100644 --- a/docs/v8/fti/FTI_103.json +++ b/docs/v8/fti/FTI_103.json @@ -1 +1 @@ -{"guide":[393217,458753,655361,720897,786433,1048577,1114113,1441793],"general":[131073]} \ No newline at end of file +{"general":[131073],"guide":[524289,589825,655361,720897,786433,851969,917505,1114113,1245185]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_104.json b/docs/v8/fti/FTI_104.json index 53b8d96..96a6b52 100644 --- a/docs/v8/fti/FTI_104.json +++ b/docs/v8/fti/FTI_104.json @@ -1 +1 @@ -{"hierarchy":[262145,917505,983041,1376257]} \ No newline at end of file +{"hierarchy":[1376257,1441793,1507329,1572865,1638401]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_105.json b/docs/v8/fti/FTI_105.json index 21fffb5..d7df0e8 100644 --- a/docs/v8/fti/FTI_105.json +++ b/docs/v8/fti/FTI_105.json @@ -1 +1 @@ -{"iorganizationservice":[393219,655363,917505,1245185,1441795],"itracingservice":[327682,458756,720900,851970,983043,1245185],"inheritance":[262145,917505,983041,1376257],"itracingserviceextensions":[327682,458754,720898,851970,983043,1245185],"information":[393217,458753,655361,720897,786433,1048577,1114113,1441793],"instance":[393218,458754,655362,720898,786434,1048578,1114114,1441794],"iorganizationserviceextensions":[393218,655362,917508,1245185,1310723,1441794]} \ No newline at end of file +{"int":[851969],"itracingservice":[458754,917508,983042,1179649,1245188,1572867],"int32":[851969],"inheritance":[1376257,1441793,1507329,1572865,1638401],"information":[524289,589825,655361,720897,786433,851969,917505,1114113,1245185],"iorganizationservice":[720899,786435,851971,1114115,1179649,1638401],"itracingserviceextensions":[458754,917506,983042,1179649,1245186,1572867],"iorganizationserviceextensions":[327683,720898,786434,1114114,1179649,1638404],"instance":[524290,589826,655362,720898,786434,851970,917506,1114114,1245186],"iorganizationservicemetadataextensions":[393219,851970,1179649,1441796],"invalidpluginexecutionexception":[851969]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1072.json b/docs/v8/fti/FTI_1072.json index d24befd..834752b 100644 --- a/docs/v8/fti/FTI_1072.json +++ b/docs/v8/fti/FTI_1072.json @@ -1 +1 @@ -{"атрибутного":[589825,1114113,1376257],"атрибутов":[1441793],"атрибуты":[1114114]} \ No newline at end of file +{"атрибута":[851969],"атрибуты":[524290],"атрибутного":[196609,524289,1507329],"атрибутов":[786433]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1073.json b/docs/v8/fti/FTI_1073.json index ae3a974..09ff1c4 100644 --- a/docs/v8/fti/FTI_1073.json +++ b/docs/v8/fti/FTI_1073.json @@ -1 +1 @@ -{"без":[589825,1048577,1376257]} \ No newline at end of file +{"без":[196609,655361,1507329]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1074.json b/docs/v8/fti/FTI_1074.json index 0e0d119..f8d6810 100644 --- a/docs/v8/fti/FTI_1074.json +++ b/docs/v8/fti/FTI_1074.json @@ -1 +1 @@ -{"возвращет":[1048577],"возвращает":[393217,655361,786433,1441793],"выполнение":[655361,917505,1310721],"выполняет":[655361]} \ No newline at end of file +{"возвращет":[655361],"выполнение":[327681,720897,1638401],"возвращает":[589825,720897,786433,851969,1114113],"выполняет":[720897]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1076.json b/docs/v8/fti/FTI_1076.json index 11d5aea..ff93411 100644 --- a/docs/v8/fti/FTI_1076.json +++ b/docs/v8/fti/FTI_1076.json @@ -1 +1 @@ -{"других":[589825,1114114,1376257],"для":[720897],"данные":[458753],"данных":[327682,458753,720897,851970,983042]} \ No newline at end of file +{"данных":[458754,917505,983042,1245185,1572866],"данные":[1245185],"для":[917505,1179649,1441793],"других":[196609,524290,1507329]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1079.json b/docs/v8/fti/FTI_1079.json index 90b5a0e..ba9a99a 100644 --- a/docs/v8/fti/FTI_1079.json +++ b/docs/v8/fti/FTI_1079.json @@ -1 +1 @@ -{"значений":[589825,1048577,1376257],"записи":[720897,917505,1310721,1441793],"запроса":[393217,655362,917505,1310721],"запросу":[393217,917505,1310721],"запрос":[655362],"запись":[327682,458753,720897,851970,983042,1441793],"записей":[393218,917505,1310721]} \ No newline at end of file +{"значение":[851969],"запись":[458754,786433,917505,983042,1245185,1572866],"запроса":[327681,720898,1114113,1638401],"запросу":[327681,1114113,1638401],"запрос":[720898],"записей":[327681,1114114,1638401],"значений":[196609,393217,655361,851971,1441793,1507329],"записи":[327681,786433,917505,1638401],"значения":[851969]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_108.json b/docs/v8/fti/FTI_108.json index e7044b9..cb071bd 100644 --- a/docs/v8/fti/FTI_108.json +++ b/docs/v8/fti/FTI_108.json @@ -1 +1 @@ -{"longer":[196609],"locate":[196609],"list":[851969],"looking":[196609],"link":[65537],"load":[131073]} \ No newline at end of file +{"link":[1],"load":[131073],"looking":[1048577],"list":[983041],"locate":[1048577],"longer":[1048577]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1080.json b/docs/v8/fti/FTI_1080.json index 1fc5338..d8f54bc 100644 --- a/docs/v8/fti/FTI_1080.json +++ b/docs/v8/fti/FTI_1080.json @@ -1 +1 @@ -{"исключения":[458753],"идентификатором":[786433],"исключении":[327681,458753,851969,983041],"исходную":[1114113],"идентификатор":[1048577],"именем":[786433],"интерфейс":[917505,983041,1245186]} \ No newline at end of file +{"имя":[851970],"исходную":[524289],"исключении":[458753,983041,1245185,1572865],"исключения":[1245185],"идентификатор":[655361],"идентификатором":[589825],"именем":[589825],"интерфейс":[1179650,1572865,1638401]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1082.json b/docs/v8/fti/FTI_1082.json index f71b4c9..3afa1aa 100644 --- a/docs/v8/fti/FTI_1082.json +++ b/docs/v8/fti/FTI_1082.json @@ -1 +1 @@ -{"копируемая":[1048577],"которой":[1048577],"которых":[1114113],"копию":[1048577],"копия":[589825,1048577,1376257],"класса":[262145,1245186,1376257],"классов":[917505,983041,1245186]} \ No newline at end of file +{"классов":[1179650,1572865,1638401],"которой":[655361],"которых":[524289],"копируемая":[655361],"класса":[1179650,1376257,1507329],"копию":[655361],"копия":[196609,655361,1507329]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1083.json b/docs/v8/fti/FTI_1083.json new file mode 100644 index 0000000..6b1bdfc --- /dev/null +++ b/docs/v8/fti/FTI_1083.json @@ -0,0 +1 @@ +{"локальную":[851969]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1084.json b/docs/v8/fti/FTI_1084.json index 2ee023f..9cbc2db 100644 --- a/docs/v8/fti/FTI_1084.json +++ b/docs/v8/fti/FTI_1084.json @@ -1 +1 @@ -{"метод":[393217,655361,786433,1048577,1114113,1441793]} \ No newline at end of file +{"метку":[851969],"метки":[393217,851969,1441793],"метаданных":[851969],"метаданными":[1179649,1441793],"метод":[524289,589825,655361,720897,786433,851969,1114113],"методов":[1179649,1441793]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1085.json b/docs/v8/fti/FTI_1085.json index 43565ed..50a0c51 100644 --- a/docs/v8/fti/FTI_1085.json +++ b/docs/v8/fti/FTI_1085.json @@ -1 +1 @@ -{"набор":[1114113,1441793],"найденных":[393217],"нее":[917505,1310721,1441794],"нескольких":[1114113]} \ No newline at end of file +{"нее":[327681,786434,1638401],"нет":[851969],"набор":[524289,786433,1179649,1441793],"найденных":[1114113],"нескольких":[524289],"неизвестная":[851969]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1086.json b/docs/v8/fti/FTI_1086.json index 8a63dc6..e3571b9 100644 --- a/docs/v8/fti/FTI_1086.json +++ b/docs/v8/fti/FTI_1086.json @@ -1 +1 @@ -{"объект":[720897],"одну":[1114113,1441793],"ответ":[655361],"ответа":[655362,917505,1310721],"объекта":[327681,720897,851969,983041]} \ No newline at end of file +{"объекта":[458753,917505,983041,1572865],"ответ":[720897],"одну":[524289,786433],"ошибка":[851969],"объект":[917505],"ответа":[327681,720898,1638401]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1087.json b/docs/v8/fti/FTI_1087.json index 42eaf45..e3ad1be 100644 --- a/docs/v8/fti/FTI_1087.json +++ b/docs/v8/fti/FTI_1087.json @@ -1 +1 @@ -{"полей":[589825,1048577,1376257],"переносятся":[1114113],"получение":[262145,393217,524289,655361,786433,917507,1310723,1441793],"последовательно":[1114113]} \ No newline at end of file +{"полей":[196609,655361,1507329],"получение":[262145,327683,393217,589825,720897,786433,851969,1114113,1376257,1441793,1638403],"последовательно":[524289],"переносятся":[524289]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1088.json b/docs/v8/fti/FTI_1088.json index 4902aa5..19c28c9 100644 --- a/docs/v8/fti/FTI_1088.json +++ b/docs/v8/fti/FTI_1088.json @@ -1 +1 @@ -{"реализующих":[917505,983041,1245186],"расширение":[262145,589825,917505,983041,1114113,1245188,1376258]} \ No newline at end of file +{"реализующих":[1179650,1572865,1638401],"работы":[1179649,1441793],"расширение":[196609,524289,1179652,1376257,1507330,1572865,1638401]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1089.json b/docs/v8/fti/FTI_1089.json index 6e08a7d..da24e08 100644 --- a/docs/v8/fti/FTI_1089.json +++ b/docs/v8/fti/FTI_1089.json @@ -1 +1 @@ -{"сущности":[262145,524289,589826,786433,1048578,1114113,1376258,1441793],"соответствующим":[786433],"списка":[393217,917505,1310721],"состава":[589825,1114113,1376257],"сервиса":[393217,458753,655361,720897,1441793],"сливает":[1114113],"ссылки":[262145,524289,786433],"сущностей":[589825,1114115,1376257],"сущность":[786434,1048577,1114114,1441793],"ссылка":[786433,1441793],"список":[393217],"ссылке":[786433,917505,1310721,1441794]} \ No newline at end of file +{"ссылке":[327681,589825,786434,1638401],"сущности":[196610,262145,524289,589825,655362,786433,851970,1376257,1507330],"ссылка":[589825,786433],"список":[851969,1114113],"ссылки":[262145,589825,1376257],"сливает":[524289],"состава":[196609,524289,1507329],"сервиса":[720897,786433,851969,917505,1114113,1245185],"сущностей":[196609,524291,1507329],"системное":[851970],"сущность":[524290,589826,655361,786433],"списка":[327681,393217,851972,1114113,1441793,1638401],"соответствующим":[589825]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_109.json b/docs/v8/fti/FTI_109.json index 8e5cdb2..5a10a19 100644 --- a/docs/v8/fti/FTI_109.json +++ b/docs/v8/fti/FTI_109.json @@ -1 +1 @@ -{"microsoft":[1179649,1245185],"members":[262145,524289,589825,917505,1310721,1376257],"method":[393221,458757,655365,720901,786437,851969,1048581,1114117,1441797],"misspelled":[196609],"methods":[262145,327682,393218,458754,524290,589826,655362,720898,786434,917505,983041,1048578,1114114,1310722,1376257,1441794]} \ No newline at end of file +{"methods":[196610,262146,327682,393218,458754,524290,589826,655362,720898,786434,851970,917506,1114114,1245186,1376257,1441793,1507329,1572865,1638401],"misspelled":[1048577],"method":[524293,589829,655365,720901,786437,851973,917509,983041,1114117,1245189],"members":[196609,262145,327681,393217,1376257,1441793,1507329,1638401],"microsoft":[1179649,1310721]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1090.json b/docs/v8/fti/FTI_1090.json index 034d4a0..8676eac 100644 --- a/docs/v8/fti/FTI_1090.json +++ b/docs/v8/fti/FTI_1090.json @@ -1 +1 @@ -{"тип":[655361,1048577],"только":[1048577],"типа":[655362,917505,1310721],"текст":[393217],"трассировку":[327682,458753,720898,851970,983042],"трассеровки":[458753,720897]} \ No newline at end of file +{"типа":[327681,720898,851969,1638401],"текст":[1114113],"тип":[655361,720897],"только":[655361],"трассировку":[458754,917506,983042,1245185,1572866],"трассеровки":[917505,1245185]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1091.json b/docs/v8/fti/FTI_1091.json index e8a9012..0e20cab 100644 --- a/docs/v8/fti/FTI_1091.json +++ b/docs/v8/fti/FTI_1091.json @@ -1 +1 @@ -{"указанного":[655362,917505,1310721],"указаны":[1048577]} \ No newline at end of file +{"указаны":[655361],"упрощения":[1179649,1441793],"указанного":[327681,720898,851969,1638401]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1092.json b/docs/v8/fti/FTI_1092.json index 599f71d..9c4c224 100644 --- a/docs/v8/fti/FTI_1092.json +++ b/docs/v8/fti/FTI_1092.json @@ -1 +1 @@ -{"функциональности":[262145,1245186,1376257],"функционала":[917505,983041,1245186]} \ No newline at end of file +{"функционала":[1179650,1572865,1638401],"функциональности":[1179650,1376257,1507329]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1095.json b/docs/v8/fti/FTI_1095.json new file mode 100644 index 0000000..1022b0e --- /dev/null +++ b/docs/v8/fti/FTI_1095.json @@ -0,0 +1 @@ +{"числовое":[851969]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_110.json b/docs/v8/fti/FTI_110.json index 8a87cdc..c65e9a5 100644 --- a/docs/v8/fti/FTI_110.json +++ b/docs/v8/fti/FTI_110.json @@ -1 +1 @@ -{"namespaces":[1179650],"namespace":[262146,327681,393218,458754,524289,589825,655362,786434,720898,851969,917506,983042,1048578,1114114,1179649,1245185,1310721,1376258,1441794]} \ No newline at end of file +{"namespace":[196609,262145,327681,393217,458753,524290,589826,655362,720898,786434,851970,917506,983041,1114114,1179649,1245186,1310721,1376258,1441794,1507330,1572866,1638402],"namespaces":[1310722]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_1101.json b/docs/v8/fti/FTI_1101.json index 2e37c41..3fd7b9b 100644 --- a/docs/v8/fti/FTI_1101.json +++ b/docs/v8/fti/FTI_1101.json @@ -1 +1 @@ -{"экземпляр":[393217,458753,655361,720897,1441793]} \ No newline at end of file +{"экземпляр":[720897,786433,851969,917505,1114113,1245185],"элемента":[393217,851971,1441793]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_111.json b/docs/v8/fti/FTI_111.json index f43fd86..46f0a78 100644 --- a/docs/v8/fti/FTI_111.json +++ b/docs/v8/fti/FTI_111.json @@ -1 +1 @@ -{"obj":[720898],"organizationrequest":[655362],"organizationresponse":[655361],"object":[262145,327681,393217,458753,655361,720900,786433,851969,917505,983042,1048577,1114113,1376257,1441793],"omit":[393217,458753,655361,720897,786433,1048577,1114113,1441793],"overload":[458753,720897,851969],"otherentities":[1114114],"occurred":[131073]} \ No newline at end of file +{"occurred":[131073],"otherentities":[524290],"overload":[917505,983041,1245185],"obj":[917506],"organizationrequest":[720898],"object":[458753,524289,589825,655361,720897,786433,851969,917508,983041,1114113,1245185,1376257,1441793,1507329,1572866,1638401],"organizationresponse":[720897],"omit":[524289,589825,655361,720897,786433,851969,917505,1114113,1245185]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_112.json b/docs/v8/fti/FTI_112.json index 1bf8ef7..e50c3bb 100644 --- a/docs/v8/fti/FTI_112.json +++ b/docs/v8/fti/FTI_112.json @@ -1 +1 @@ -{"programming":[262145,327681,393218,458754,524289,589825,655362,720898,786434,851969,917505,983041,1048578,1114114,1179649,1245185,1310721,1376257,1441794],"persists":[131073],"params":[1114113],"page":[131073,196612],"parameters":[393217,458753,655362,786433,720897,1048577,1114113,1441793],"pzone":[1,131073,196609,262150,327682,393221,458757,524290,589826,655365,720901,786437,851970,917510,983046,1048581,1114117,1179650,1245186,1310722,1376262,1441797],"public":[262145,393217,458753,655361,786433,720897,917505,983041,1048577,1114113,1376257,1441793],"parameter":[393217,458753,655361,720897,786433,1048577,1114113,1441793]} \ No newline at end of file +{"pzone":[131073,65537,196610,262146,327682,393218,458754,524293,589829,655365,720901,786437,851973,917509,983042,1048577,1114117,1179650,1245189,1310722,1376262,1441798,1507334,1572870,1638406],"picklist":[851969],"persists":[131073],"params":[524289],"parameter":[524289,589825,655361,720897,786433,851969,917505,1114113,1245185],"page":[131073,1048580],"public":[524289,589825,655361,720897,786433,851969,917505,1114113,1245185,1376257,1441793,1507329,1572865,1638401],"programming":[196609,262145,327681,393217,458753,524290,589826,655362,720898,786434,851970,917506,983041,1114114,1179649,1245186,1310721,1376257,1441793,1507329,1572865,1638401],"parameters":[524289,589825,655361,720898,786433,851969,917505,1114113,1245185]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_114.json b/docs/v8/fti/FTI_114.json index 5d6e245..834288f 100644 --- a/docs/v8/fti/FTI_114.json +++ b/docs/v8/fti/FTI_114.json @@ -1 +1 @@ -{"requested":[196609],"reference":[262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1310721,1376257,1441793],"redirected":[65537],"retrievemultiple":[393218,917505,1310721],"request":[655362],"retrieve":[917505,1310721,1441794],"return":[393217,655361,786433,1048577,1114113,1441793]} \ No newline at end of file +{"request":[720898],"retrieve":[327681,786434,1638401],"retrievepicklistitemlabel":[393217,851970,1441793],"return":[524289,589825,655361,720897,786433,851969,1114113],"retrievemultiple":[327681,1114114,1638401],"requested":[1048577],"reference":[196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1114113,1245185,1376257,1441793,1507329,1572865,1638401],"redirected":[1]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_115.json b/docs/v8/fti/FTI_115.json index fcd45b1..3083aca 100644 --- a/docs/v8/fti/FTI_115.json +++ b/docs/v8/fti/FTI_115.json @@ -1 +1 @@ -{"static":[262145,393217,458753,655361,786433,720897,917505,983041,1048577,1114113,1376257,1441793],"site":[131073],"sdk":[1,131073,196609,262147,327681,393219,458755,524289,589825,655363,720899,786435,851969,917507,983043,1048579,1114115,1179649,1245185,1310721,1376259,1441795],"sort":[1],"syntax":[262145,393218,458754,655362,786434,720898,917505,983041,1048578,1114114,1376257,1441794],"string":[393218],"service":[393218,458754,655362,720898,1441794],"sorry":[131073,196609],"system":[262145,393217,458753,720897,917505,983041,1376257],"search":[1,196609]} \ No newline at end of file +{"site":[131073],"search":[65537,1048577],"service":[720898,786434,851970,917506,1114114,1245186],"syntax":[524290,589826,655362,720898,786434,851970,917506,1114114,1245186,1376257,1441793,1507329,1572865,1638401],"sort":[65537],"string":[851974,1114114],"sorry":[131073,1048577],"system":[851971,917505,1114113,1245185,1376257,1441793,1507329,1572865,1638401],"sdk":[131073,65537,196609,262145,327681,393217,458753,524291,589827,655363,720899,786435,851971,917507,983041,1048577,1114115,1179649,1245187,1310721,1376259,1441795,1507331,1572867,1638403],"static":[524289,589825,655361,720897,786433,851969,917505,1114113,1245185,1376257,1441793,1507329,1572865,1638401]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_116.json b/docs/v8/fti/FTI_116.json index 20e67b7..61392ae 100644 --- a/docs/v8/fti/FTI_116.json +++ b/docs/v8/fti/FTI_116.json @@ -1 +1 @@ -{"typo":[196609],"topic":[65537],"title":[1],"type":[262145,393220,458755,524289,589825,655365,786435,720899,917505,1048579,1114116,1310721,1376257,1441797],"try":[131073,196609],"tresponse":[655366,917505,1310721],"toentity":[262145,524289,786434],"top":[196609,262145,327681,524289,589825,851969,917505,983041,1310721,1376257],"tocleanentity":[589825,1048578,1376257],"trace":[327682,458755,720899,851971,983042]} \ No newline at end of file +{"toentity":[262145,589826,1376257],"top":[196609,262145,327681,393217,458753,983041,1048577,1376257,1441793,1507329,1572865,1638401],"typo":[1048577],"type":[196609,262145,327681,393217,524292,589827,655363,720901,786437,851974,917507,1114116,1245187,1376257,1441793,1507329,1638401],"title":[65537],"try":[131073,1048577],"tocleanentity":[196609,655362,1507329],"tresponse":[327681,720902,1638401],"topic":[1],"trace":[458754,917507,983043,1245187,1572866]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_117.json b/docs/v8/fti/FTI_117.json index 01ac004..32dc274 100644 --- a/docs/v8/fti/FTI_117.json +++ b/docs/v8/fti/FTI_117.json @@ -1 +1 @@ -{"usage":[393217,458753,655361,720897,786433,1048577,1114113,1441793],"url":[196609]} \ No newline at end of file +{"url":[1048577],"usage":[524289,589825,655361,720897,786433,851969,917505,1114113,1245185]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_118.json b/docs/v8/fti/FTI_118.json index 883740f..3d20f46 100644 --- a/docs/v8/fti/FTI_118.json +++ b/docs/v8/fti/FTI_118.json @@ -1 +1 @@ -{"visual":[393218,458754,655362,720898,786434,1048578,1114114,1441794],"version":[262145,393217,458753,655361,786433,720897,917505,983041,1048577,1114113,1376257,1441793],"value":[393217,655361,786433,1048577,1114113,1441793],"void":[458753,720897,1114113]} \ No newline at end of file +{"visual":[524290,589826,655362,720898,786434,851970,917506,1114114,1245186],"version":[524289,589825,655361,720897,786433,851969,917505,1114113,1245185,1376257,1441793,1507329,1572865,1638401],"value":[524289,589825,655361,720897,786433,851972,1114113],"void":[524289,917505,1245185]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_119.json b/docs/v8/fti/FTI_119.json index 21a82b6..ea51eff 100644 --- a/docs/v8/fti/FTI_119.json +++ b/docs/v8/fti/FTI_119.json @@ -1 +1 @@ -{"web":[196609]} \ No newline at end of file +{"web":[1048577]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_120.json b/docs/v8/fti/FTI_120.json index f3fffac..0eca607 100644 --- a/docs/v8/fti/FTI_120.json +++ b/docs/v8/fti/FTI_120.json @@ -1 +1 @@ -{"xrm":[1,131073,196609,262150,327682,393221,458757,524290,589826,655365,720901,786437,851970,917510,983046,1048581,1114117,1179650,1245186,1310722,1376262,1441797]} \ No newline at end of file +{"xrm":[131073,65537,196610,262146,327682,393218,458754,524293,589829,655365,720901,786437,851973,917509,983042,1048577,1114117,1179650,1245189,1310722,1376262,1441798,1507334,1572870,1638406]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_122.json b/docs/v8/fti/FTI_122.json index e3b6775..e0c99ec 100644 --- a/docs/v8/fti/FTI_122.json +++ b/docs/v8/fti/FTI_122.json @@ -1 +1 @@ -{"zone":[262145,327681,393217,458753,524289,589825,655361,786433,720897,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793]} \ No newline at end of file +{"zone":[196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_97.json b/docs/v8/fti/FTI_97.json index e49c2ce..3e4df32 100644 --- a/docs/v8/fti/FTI_97.json +++ b/docs/v8/fti/FTI_97.json @@ -1 +1 @@ -{"address":[196609],"automatically":[65537],"administrator":[131073],"assembly":[262145,393217,458753,655361,786433,720897,917505,983041,1048577,1114113,1376257,1441793],"available":[196609]} \ No newline at end of file +{"available":[1048577],"automatically":[1],"attributename":[851970],"argumentoutofrangeexception":[851969],"assembly":[524289,589825,655361,720897,786433,851969,917505,1114113,1245185,1376257,1441793,1507329,1572865,1638401],"address":[1048577],"administrator":[131073]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_98.json b/docs/v8/fti/FTI_98.json index 1551d2e..0b5c302 100644 --- a/docs/v8/fti/FTI_98.json +++ b/docs/v8/fti/FTI_98.json @@ -1 +1 @@ -{"box":[196609],"basic":[393218,458754,655362,720898,786434,1048578,1114114,1441794]} \ No newline at end of file +{"box":[1048577],"basic":[524290,589826,655362,720898,786434,851970,917506,1114114,1245186]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_99.json b/docs/v8/fti/FTI_99.json index b0ec02e..b501cb8 100644 --- a/docs/v8/fti/FTI_99.json +++ b/docs/v8/fti/FTI_99.json @@ -1 +1 @@ -{"columnset":[1441796],"crm":[393217,655361,1441793],"copyright":[262145,327681,393217,458753,524289,589825,655361,786433,720897,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793],"call":[393218,458754,655362,720898,786434,1048578,1114114,1441794],"contact":[131073],"contain":[196609],"classes":[1245185],"components":[1179649,1245185],"copy":[262145,393217,458753,655361,786433,720897,917505,983041,1048577,1114113,1376257,1441793],"class":[262146,327681,393217,458753,524289,589825,655361,720897,786433,851969,917506,983042,1048577,1114113,1245185,1310721,1376258,1441793],"check":[196609]} \ No newline at end of file +{"class":[196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1114113,1179649,1245185,1376258,1441794,1507330,1572866,1638402],"check":[1048577],"condition":[851969],"call":[524290,589826,655362,720898,786434,851970,917506,1114114,1245186],"contain":[1048577],"copyright":[196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401],"crm":[720897,786433,851969,1114113],"contact":[131073],"classes":[1179649],"copy":[524289,589825,655361,720897,786433,851969,917505,1114113,1245185,1376257,1441793,1507329,1572865,1638401],"components":[1179649,1310721],"columnset":[786436]} \ No newline at end of file diff --git a/docs/v8/fti/FTI_Files.json b/docs/v8/fti/FTI_Files.json index 1364356..f75343d 100644 --- a/docs/v8/fti/FTI_Files.json +++ b/docs/v8/fti/FTI_Files.json @@ -1 +1 @@ -["PZone SDK XRM - Search\u0000search.html\u000012","PZone SDK XRM - Redirect\u0000index.html\u000018","General Error\u0000html/GeneralError.htm\u000033","Page Not Found\u0000html/PageNotFound.htm\u000067","EntityReferenceExtensions Class\u0000html/T_PZone_Xrm_EntityReferenceExtensions.htm\u000087","ITracingServiceExtensions Methods\u0000html/Methods_T_PZone_Xrm_ITracingServiceExtensions.htm\u000049","IOrganizationServiceExtensions.RetrieveMultiple Method\u0000html/M_PZone_Xrm_IOrganizationServiceExtensions_RetrieveMultiple.htm\u0000169","ITracingServiceExtensions.Trace Method (ITracingService, Exception)\u0000html/M_PZone_Xrm_ITracingServiceExtensions_Trace.htm\u0000165","EntityReferenceExtensions Methods\u0000html/Methods_T_PZone_Xrm_EntityReferenceExtensions.htm\u000040","EntityExtensions Methods\u0000html/Methods_T_PZone_Xrm_EntityExtensions.htm\u000050","IOrganizationServiceExtensions.Execute(TResponse) Method\u0000html/M_PZone_Xrm_IOrganizationServiceExtensions_Execute__1.htm\u0000186","ITracingServiceExtensions.Trace Method (ITracingService, Object)\u0000html/M_PZone_Xrm_ITracingServiceExtensions_Trace_1.htm\u0000167","EntityReferenceExtensions.ToEntity Method\u0000html/M_PZone_Xrm_EntityReferenceExtensions_ToEntity.htm\u0000160","ITracingServiceExtensions.Trace Method\u0000html/Overload_PZone_Xrm_ITracingServiceExtensions_Trace.htm\u000051","IOrganizationServiceExtensions Class\u0000html/T_PZone_Xrm_IOrganizationServiceExtensions.htm\u0000110","ITracingServiceExtensions Class\u0000html/T_PZone_Xrm_ITracingServiceExtensions.htm\u000099","EntityExtensions.ToCleanEntity Method\u0000html/M_PZone_Xrm_EntityExtensions_ToCleanEntity.htm\u0000162","EntityExtensions.Extend Method\u0000html/M_PZone_Xrm_EntityExtensions_Extend.htm\u0000181","Namespaces\u0000html/R_Project_Documentation.htm\u000024","PZone.Xrm Namespace\u0000html/N_PZone_Xrm.htm\u000058","IOrganizationServiceExtensions Methods\u0000html/Methods_T_PZone_Xrm_IOrganizationServiceExtensions.htm\u000060","EntityExtensions Class\u0000html/T_PZone_Xrm_EntityExtensions.htm\u000097","IOrganizationServiceExtensions.Retrieve Method\u0000html/M_PZone_Xrm_IOrganizationServiceExtensions_Retrieve.htm\u0000184"] \ No newline at end of file +["PZone SDK XRM - Redirect\u0000index.html\u000018","PZone SDK XRM - Search\u0000search.html\u000012","General Error\u0000html/GeneralError.htm\u000033","EntityExtensions Methods\u0000html/Methods_T_PZone_Xrm_EntityExtensions.htm\u000050","EntityReferenceExtensions Methods\u0000html/Methods_T_PZone_Xrm_EntityReferenceExtensions.htm\u000040","IOrganizationServiceExtensions Methods\u0000html/Methods_T_PZone_Xrm_IOrganizationServiceExtensions.htm\u000060","IOrganizationServiceMetadataExtensions Methods\u0000html/Methods_T_PZone_Xrm_IOrganizationServiceMetadataExtensions.htm\u000041","ITracingServiceExtensions Methods\u0000html/Methods_T_PZone_Xrm_ITracingServiceExtensions.htm\u000049","EntityExtensions.Extend Method\u0000html/M_PZone_Xrm_EntityExtensions_Extend.htm\u0000181","EntityReferenceExtensions.ToEntity Method\u0000html/M_PZone_Xrm_EntityReferenceExtensions_ToEntity.htm\u0000160","EntityExtensions.ToCleanEntity Method\u0000html/M_PZone_Xrm_EntityExtensions_ToCleanEntity.htm\u0000162","IOrganizationServiceExtensions.Execute(TResponse) Method\u0000html/M_PZone_Xrm_IOrganizationServiceExtensions_Execute__1.htm\u0000186","IOrganizationServiceExtensions.Retrieve Method\u0000html/M_PZone_Xrm_IOrganizationServiceExtensions_Retrieve.htm\u0000184","IOrganizationServiceMetadataExtensions.RetrievePicklistItemLabel Method\u0000html/M_PZone_Xrm_IOrganizationServiceMetadataExtensions_RetrievePicklistItemLabel.htm\u0000224","ITracingServiceExtensions.Trace Method (ITracingService, Object)\u0000html/M_PZone_Xrm_ITracingServiceExtensions_Trace_1.htm\u0000167","ITracingServiceExtensions.Trace Method\u0000html/Overload_PZone_Xrm_ITracingServiceExtensions_Trace.htm\u000051","Page Not Found\u0000html/PageNotFound.htm\u000067","IOrganizationServiceExtensions.RetrieveMultiple Method\u0000html/M_PZone_Xrm_IOrganizationServiceExtensions_RetrieveMultiple.htm\u0000169","PZone.Xrm Namespace\u0000html/N_PZone_Xrm.htm\u000067","ITracingServiceExtensions.Trace Method (ITracingService, Exception)\u0000html/M_PZone_Xrm_ITracingServiceExtensions_Trace.htm\u0000165","Namespaces\u0000html/R_Project_Documentation.htm\u000024","EntityReferenceExtensions Class\u0000html/T_PZone_Xrm_EntityReferenceExtensions.htm\u000087","IOrganizationServiceMetadataExtensions Class\u0000html/T_PZone_Xrm_IOrganizationServiceMetadataExtensions.htm\u000090","EntityExtensions Class\u0000html/T_PZone_Xrm_EntityExtensions.htm\u000097","ITracingServiceExtensions Class\u0000html/T_PZone_Xrm_ITracingServiceExtensions.htm\u000099","IOrganizationServiceExtensions Class\u0000html/T_PZone_Xrm_IOrganizationServiceExtensions.htm\u0000110"] \ No newline at end of file diff --git a/docs/v8/html/M_PZone_Xrm_EntityExtensions_Extend.htm b/docs/v8/html/M_PZone_Xrm_EntityExtensions_Extend.htm index b194dce..a40101e 100644 --- a/docs/v8/html/M_PZone_Xrm_EntityExtensions_Extend.htm +++ b/docs/v8/html/M_PZone_Xrm_EntityExtensions_Extend.htm @@ -4,7 +4,7 @@ Namespace:  PZone.Xrm
Assembly: -  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static void Extend(
+   PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
Syntax
C#
public static void Extend(
 	this Entity entity,
 	params Entity[] otherEntities
 )

Parameters

entity
Type: Entity
Сущность.
otherEntities
Type: Entity
Набор других сущностей, атрибуты которых последовательно переносятся в исходную сущность.

Return Value

Type: 
diff --git a/docs/v8/html/M_PZone_Xrm_EntityExtensions_ToCleanEntity.htm b/docs/v8/html/M_PZone_Xrm_EntityExtensions_ToCleanEntity.htm index c0ff501..7c90ecf 100644 --- a/docs/v8/html/M_PZone_Xrm_EntityExtensions_ToCleanEntity.htm +++ b/docs/v8/html/M_PZone_Xrm_EntityExtensions_ToCleanEntity.htm @@ -4,7 +4,7 @@ Namespace:  PZone.Xrm
Assembly: -  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static Entity ToCleanEntity(
+   PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
Syntax
C#
public static Entity ToCleanEntity(
 	this Entity entity
 )

Parameters

entity
Type: Entity
Копируемая сущность.

Return Value

Type: Entity
Метод возвращет копию сущности, у которой указаны только тип и идентификатор. diff --git a/docs/v8/html/M_PZone_Xrm_EntityReferenceExtensions_ToEntity.htm b/docs/v8/html/M_PZone_Xrm_EntityReferenceExtensions_ToEntity.htm index 31e85dc..29e59b9 100644 --- a/docs/v8/html/M_PZone_Xrm_EntityReferenceExtensions_ToEntity.htm +++ b/docs/v8/html/M_PZone_Xrm_EntityReferenceExtensions_ToEntity.htm @@ -4,6 +4,6 @@ Namespace:  PZone.Xrm
Assembly: -  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static Entity ToEntity(
+   PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
Syntax
C#
public static Entity ToEntity(
 	this EntityReference entityRef
 )

Parameters

entityRef
Type: EntityReference
Ссылка на сущность.

Return Value

Type: Entity
Метод возвращает сущность с именем и идентификатором, соответствующим ссылке.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type EntityReference. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also
\ No newline at end of file diff --git a/docs/v8/html/M_PZone_Xrm_IOrganizationServiceExtensions_Execute__1.htm b/docs/v8/html/M_PZone_Xrm_IOrganizationServiceExtensions_Execute__1.htm index 9fc33ad..74d0f7a 100644 --- a/docs/v8/html/M_PZone_Xrm_IOrganizationServiceExtensions_Execute__1.htm +++ b/docs/v8/html/M_PZone_Xrm_IOrganizationServiceExtensions_Execute__1.htm @@ -4,7 +4,7 @@ Namespace:  PZone.Xrm
Assembly: -  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static TResponse Execute<TResponse>(
+   PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
Syntax
C#
public static TResponse Execute<TResponse>(
 	this IOrganizationService service,
 	OrganizationRequest request
 )
diff --git a/docs/v8/html/M_PZone_Xrm_IOrganizationServiceExtensions_Retrieve.htm b/docs/v8/html/M_PZone_Xrm_IOrganizationServiceExtensions_Retrieve.htm
index 779c573..d057b10 100644
--- a/docs/v8/html/M_PZone_Xrm_IOrganizationServiceExtensions_Retrieve.htm
+++ b/docs/v8/html/M_PZone_Xrm_IOrganizationServiceExtensions_Retrieve.htm
@@ -4,7 +4,7 @@
     Namespace: 
    PZone.Xrm
Assembly: -  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static Entity Retrieve(
+   PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
Syntax
C#
public static Entity Retrieve(
 	this IOrganizationService service,
 	EntityReference entityRef,
 	ColumnSet columnSet
diff --git a/docs/v8/html/M_PZone_Xrm_IOrganizationServiceExtensions_RetrieveMultiple.htm b/docs/v8/html/M_PZone_Xrm_IOrganizationServiceExtensions_RetrieveMultiple.htm
index 5e1f6ce..55f3a15 100644
--- a/docs/v8/html/M_PZone_Xrm_IOrganizationServiceExtensions_RetrieveMultiple.htm
+++ b/docs/v8/html/M_PZone_Xrm_IOrganizationServiceExtensions_RetrieveMultiple.htm
@@ -4,7 +4,7 @@
     Namespace: 
    PZone.Xrm
Assembly: -  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static EntityCollection RetrieveMultiple(
+   PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
Syntax
C#
public static EntityCollection RetrieveMultiple(
 	this IOrganizationService service,
 	string fetchXml
 )

Parameters

service
Type: IOrganizationService
Экземпляр сервиса CRM.
fetchXml
Type: SystemString
Текст запроса.

Return Value

Type: EntityCollection
diff --git a/docs/v8/html/M_PZone_Xrm_IOrganizationServiceMetadataExtensions_RetrievePicklistItemLabel.htm b/docs/v8/html/M_PZone_Xrm_IOrganizationServiceMetadataExtensions_RetrievePicklistItemLabel.htm new file mode 100644 index 0000000..c9d696b --- /dev/null +++ b/docs/v8/html/M_PZone_Xrm_IOrganizationServiceMetadataExtensions_RetrievePicklistItemLabel.htm @@ -0,0 +1,14 @@ +IOrganizationServiceMetadataExtensions.RetrievePicklistItemLabel Method

IOrganizationServiceMetadataExtensionsRetrievePicklistItemLabel Method

+ Получение метки элемента списка значений. +

+ Namespace: +  PZone.Xrm
+ Assembly: +  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
Syntax
C#
public static string RetrievePicklistItemLabel(
+	this IOrganizationService service,
+	string entityName,
+	string attributeName,
+	int value
+)

Parameters

service
Type: IOrganizationService
Экземпляр сервиса CRM.
entityName
Type: SystemString
Системное имя сущности.
attributeName
Type: SystemString
Системное имя атрибута сущности типа "Список значений" (Picklist).
value
Type: SystemInt32
Числовое значение элемента списка.

Return Value

Type: String
+ Метод возвращает локальную метку элемента списка значений. +

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IOrganizationService. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionВ метаданных списка нет указанного в value значения.
InvalidPluginExecutionExceptionНеизвестная ошибка.
See Also
\ No newline at end of file diff --git a/docs/v8/html/M_PZone_Xrm_ITracingServiceExtensions_Trace.htm b/docs/v8/html/M_PZone_Xrm_ITracingServiceExtensions_Trace.htm index 0b24835..1733e73 100644 --- a/docs/v8/html/M_PZone_Xrm_ITracingServiceExtensions_Trace.htm +++ b/docs/v8/html/M_PZone_Xrm_ITracingServiceExtensions_Trace.htm @@ -4,7 +4,7 @@ Namespace:  PZone.Xrm
Assembly: -  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static void Trace(
+   PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
Syntax
C#
public static void Trace(
 	this ITracingService service,
 	Exception exception
 )

Parameters

service
Type: ITracingService
Экземпляр сервиса трассеровки.
exception
Type: SystemException
Данные исключения.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ITracingService. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also
\ No newline at end of file diff --git a/docs/v8/html/M_PZone_Xrm_ITracingServiceExtensions_Trace_1.htm b/docs/v8/html/M_PZone_Xrm_ITracingServiceExtensions_Trace_1.htm index 97929d5..566e526 100644 --- a/docs/v8/html/M_PZone_Xrm_ITracingServiceExtensions_Trace_1.htm +++ b/docs/v8/html/M_PZone_Xrm_ITracingServiceExtensions_Trace_1.htm @@ -4,7 +4,7 @@ Namespace:  PZone.Xrm
Assembly: -  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static void Trace(
+   PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
Syntax
C#
public static void Trace(
 	this ITracingService service,
 	Object obj
 )

Parameters

service
Type: ITracingService
Экземпляр сервиса трассеровки.
obj
Type: SystemObject
Объект для записи в трассировку.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ITracingService. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also
\ No newline at end of file diff --git a/docs/v8/html/Methods_T_PZone_Xrm_IOrganizationServiceMetadataExtensions.htm b/docs/v8/html/Methods_T_PZone_Xrm_IOrganizationServiceMetadataExtensions.htm new file mode 100644 index 0000000..4cf33c2 --- /dev/null +++ b/docs/v8/html/Methods_T_PZone_Xrm_IOrganizationServiceMetadataExtensions.htm @@ -0,0 +1,5 @@ +IOrganizationServiceMetadataExtensions Methods

IOrganizationServiceMetadataExtensions Methods

The IOrganizationServiceMetadataExtensions type exposes the following members.

Methods
+   + NameDescription
Public methodStatic memberRetrievePicklistItemLabel
+ Получение метки элемента списка значений. +
Top
See Also
\ No newline at end of file diff --git a/docs/v8/html/N_PZone_Xrm.htm b/docs/v8/html/N_PZone_Xrm.htm index d4aa199..8181ccc 100644 --- a/docs/v8/html/N_PZone_Xrm.htm +++ b/docs/v8/html/N_PZone_Xrm.htm @@ -1,4 +1,4 @@ -PZone.Xrm Namespace

PZone.Xrm Namespace

Components for Microsoft Dynamics development.
Classes
+PZone.Xrm Namespace

PZone.Xrm Namespace

Components for Microsoft Dynamics development.
Classes
  ClassDescription
Public classEntityExtensions
Расширение функциональности класса Entity. @@ -6,6 +6,8 @@ Расширение функциональности класса EntityReference.
Public classIOrganizationServiceExtensions
Расширение функционала классов, реализующих интерфейс IOrganizationService. +
Public classIOrganizationServiceMetadataExtensions
+ Набор методов для упрощения работы с метаданными.
Public classITracingServiceExtensions
Расширение функционала классов, реализующих интерфейс ITracingService.
\ No newline at end of file diff --git a/docs/v8/html/T_PZone_Xrm_EntityExtensions.htm b/docs/v8/html/T_PZone_Xrm_EntityExtensions.htm index 32c46e4..095dada 100644 --- a/docs/v8/html/T_PZone_Xrm_EntityExtensions.htm +++ b/docs/v8/html/T_PZone_Xrm_EntityExtensions.htm @@ -4,7 +4,7 @@ Namespace:  PZone.Xrm
Assembly: -  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static class EntityExtensions

The EntityExtensions type exposes the following members.

Methods
+  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
Syntax
C#
public static class EntityExtensions

The EntityExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExtend
Расширение атрибутного состава сущности из других сущностей. diff --git a/docs/v8/html/T_PZone_Xrm_EntityReferenceExtensions.htm b/docs/v8/html/T_PZone_Xrm_EntityReferenceExtensions.htm index 1525367..03a70d2 100644 --- a/docs/v8/html/T_PZone_Xrm_EntityReferenceExtensions.htm +++ b/docs/v8/html/T_PZone_Xrm_EntityReferenceExtensions.htm @@ -4,7 +4,7 @@ Namespace:  PZone.Xrm
Assembly: -  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static class EntityReferenceExtensions

The EntityReferenceExtensions type exposes the following members.

Methods
+  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
Syntax
C#
public static class EntityReferenceExtensions

The EntityReferenceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToEntity
Получение сущности из ссылки. diff --git a/docs/v8/html/T_PZone_Xrm_IOrganizationServiceExtensions.htm b/docs/v8/html/T_PZone_Xrm_IOrganizationServiceExtensions.htm index 7709c3b..5bc94fa 100644 --- a/docs/v8/html/T_PZone_Xrm_IOrganizationServiceExtensions.htm +++ b/docs/v8/html/T_PZone_Xrm_IOrganizationServiceExtensions.htm @@ -4,7 +4,7 @@ Namespace:  PZone.Xrm
Assembly: -  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static class IOrganizationServiceExtensions

The IOrganizationServiceExtensions type exposes the following members.

Methods
+  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
Syntax
C#
public static class IOrganizationServiceExtensions

The IOrganizationServiceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExecuteTResponse
Выполнение запроса и получение ответа указанного типа. diff --git a/docs/v8/html/T_PZone_Xrm_IOrganizationServiceMetadataExtensions.htm b/docs/v8/html/T_PZone_Xrm_IOrganizationServiceMetadataExtensions.htm new file mode 100644 index 0000000..2b551b5 --- /dev/null +++ b/docs/v8/html/T_PZone_Xrm_IOrganizationServiceMetadataExtensions.htm @@ -0,0 +1,11 @@ +IOrganizationServiceMetadataExtensions Class

IOrganizationServiceMetadataExtensions Class

+ Набор методов для упрощения работы с метаданными. +
Inheritance Hierarchy
SystemObject
  PZone.XrmIOrganizationServiceMetadataExtensions

+ Namespace: +  PZone.Xrm
+ Assembly: +  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
Syntax
C#
public static class IOrganizationServiceMetadataExtensions

The IOrganizationServiceMetadataExtensions type exposes the following members.

Methods
+   + NameDescription
Public methodStatic memberRetrievePicklistItemLabel
+ Получение метки элемента списка значений. +
Top
See Also
\ No newline at end of file diff --git a/docs/v8/html/T_PZone_Xrm_ITracingServiceExtensions.htm b/docs/v8/html/T_PZone_Xrm_ITracingServiceExtensions.htm index 34df055..14a1d8c 100644 --- a/docs/v8/html/T_PZone_Xrm_ITracingServiceExtensions.htm +++ b/docs/v8/html/T_PZone_Xrm_ITracingServiceExtensions.htm @@ -4,7 +4,7 @@ Namespace:  PZone.Xrm
Assembly: -  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static class ITracingServiceExtensions
Methods
+  PZone.SDK.Xrm (in PZone.SDK.Xrm.dll) Version: 8.2.1.0 (8.2.1.0)
Syntax
C#
public static class ITracingServiceExtensions
Methods
  NameDescription
Public methodStatic memberTrace(ITracingService, Exception)
Запись в трассировку данных об исключении. diff --git a/docs/v8/toc/Methods_T_PZone_Xrm_IOrganizationServiceMetadataExtensions.xml b/docs/v8/toc/Methods_T_PZone_Xrm_IOrganizationServiceMetadataExtensions.xml new file mode 100644 index 0000000..cc217d7 --- /dev/null +++ b/docs/v8/toc/Methods_T_PZone_Xrm_IOrganizationServiceMetadataExtensions.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/v8/toc/N_PZone_Xrm.xml b/docs/v8/toc/N_PZone_Xrm.xml index 95a42bf..a260103 100644 --- a/docs/v8/toc/N_PZone_Xrm.xml +++ b/docs/v8/toc/N_PZone_Xrm.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/v8/toc/T_PZone_Xrm_IOrganizationServiceMetadataExtensions.xml b/docs/v8/toc/T_PZone_Xrm_IOrganizationServiceMetadataExtensions.xml new file mode 100644 index 0000000..3503837 --- /dev/null +++ b/docs/v8/toc/T_PZone_Xrm_IOrganizationServiceMetadataExtensions.xml @@ -0,0 +1 @@ + \ No newline at end of file