21c283ab07f497c611bff02aaf9c870b43e07c29
[platform/core/dotnet/build-tools.git] /
1 <?xml version="1.0"?>\r
2 <doc>\r
3     <assembly>\r
4         <name>Microsoft.Extensions.Localization.Abstractions</name>\r
5     </assembly>\r
6     <members>\r
7         <member name="T:Microsoft.Extensions.Localization.IStringLocalizer">\r
8             <summary>\r
9             Represents a service that provides localized strings.\r
10             </summary>\r
11         </member>\r
12         <member name="P:Microsoft.Extensions.Localization.IStringLocalizer.Item(System.String)">\r
13             <summary>\r
14             Gets the string resource with the given name.\r
15             </summary>\r
16             <param name="name">The name of the string resource.</param>\r
17             <returns>The string resource as a <see cref="T:Microsoft.Extensions.Localization.LocalizedString"/>.</returns>\r
18         </member>\r
19         <member name="P:Microsoft.Extensions.Localization.IStringLocalizer.Item(System.String,System.Object[])">\r
20             <summary>\r
21             Gets the string resource with the given name and formatted with the supplied arguments.\r
22             </summary>\r
23             <param name="name">The name of the string resource.</param>\r
24             <param name="arguments">The values to format the string with.</param>\r
25             <returns>The formatted string resource as a <see cref="T:Microsoft.Extensions.Localization.LocalizedString"/>.</returns>\r
26         </member>\r
27         <member name="M:Microsoft.Extensions.Localization.IStringLocalizer.GetAllStrings(System.Boolean)">\r
28             <summary>\r
29             Gets all string resources.\r
30             </summary>\r
31             <param name="includeParentCultures">\r
32             A <see cref="T:System.Boolean"/> indicating whether to include strings from parent cultures.\r
33             </param>\r
34             <returns>The strings.</returns>\r
35         </member>\r
36         <member name="T:Microsoft.Extensions.Localization.IStringLocalizerFactory">\r
37             <summary>\r
38             Represents a factory that creates <see cref="T:Microsoft.Extensions.Localization.IStringLocalizer"/> instances.\r
39             </summary>\r
40         </member>\r
41         <member name="M:Microsoft.Extensions.Localization.IStringLocalizerFactory.Create(System.Type)">\r
42             <summary>\r
43             Creates an <see cref="T:Microsoft.Extensions.Localization.IStringLocalizer"/> using the <see cref="T:System.Reflection.Assembly"/> and\r
44             <see cref="P:System.Type.FullName"/> of the specified <see cref="T:System.Type"/>.\r
45             </summary>\r
46             <param name="resourceSource">The <see cref="T:System.Type"/>.</param>\r
47             <returns>The <see cref="T:Microsoft.Extensions.Localization.IStringLocalizer"/>.</returns>\r
48         </member>\r
49         <member name="M:Microsoft.Extensions.Localization.IStringLocalizerFactory.Create(System.String,System.String)">\r
50             <summary>\r
51             Creates an <see cref="T:Microsoft.Extensions.Localization.IStringLocalizer"/>.\r
52             </summary>\r
53             <param name="baseName">The base name of the resource to load strings from.</param>\r
54             <param name="location">The location to load resources from.</param>\r
55             <returns>The <see cref="T:Microsoft.Extensions.Localization.IStringLocalizer"/>.</returns>\r
56         </member>\r
57         <member name="T:Microsoft.Extensions.Localization.IStringLocalizer`1">\r
58             <summary>\r
59             Represents an <see cref="T:Microsoft.Extensions.Localization.IStringLocalizer"/> that provides strings for <typeparamref name="T"/>.\r
60             </summary>\r
61             <typeparam name="T">The <see cref="T:System.Type"/> to provide strings for.</typeparam>\r
62         </member>\r
63         <member name="T:Microsoft.Extensions.Localization.LocalizedString">\r
64             <summary>\r
65             A locale specific string.\r
66             </summary>\r
67         </member>\r
68         <member name="M:Microsoft.Extensions.Localization.LocalizedString.#ctor(System.String,System.String)">\r
69             <summary>\r
70             Creates a new <see cref="T:Microsoft.Extensions.Localization.LocalizedString"/>.\r
71             </summary>\r
72             <param name="name">The name of the string in the resource it was loaded from.</param>\r
73             <param name="value">The actual string.</param>\r
74         </member>\r
75         <member name="M:Microsoft.Extensions.Localization.LocalizedString.#ctor(System.String,System.String,System.Boolean)">\r
76             <summary>\r
77             Creates a new <see cref="T:Microsoft.Extensions.Localization.LocalizedString"/>.\r
78             </summary>\r
79             <param name="name">The name of the string in the resource it was loaded from.</param>\r
80             <param name="value">The actual string.</param>\r
81             <param name="resourceNotFound">Whether the string was not found in a resource. Set this to <c>true</c> to indicate an alternate string value was used.</param>\r
82         </member>\r
83         <member name="M:Microsoft.Extensions.Localization.LocalizedString.#ctor(System.String,System.String,System.Boolean,System.String)">\r
84             <summary>\r
85             Creates a new <see cref="T:Microsoft.Extensions.Localization.LocalizedString"/>.\r
86             </summary>\r
87             <param name="name">The name of the string in the resource it was loaded from.</param>\r
88             <param name="value">The actual string.</param>\r
89             <param name="resourceNotFound">Whether the string was not found in a resource. Set this to <c>true</c> to indicate an alternate string value was used.</param>\r
90             <param name="searchedLocation">The location which was searched for a localization value.</param>\r
91         </member>\r
92         <member name="M:Microsoft.Extensions.Localization.LocalizedString.op_Implicit(Microsoft.Extensions.Localization.LocalizedString)~System.String">\r
93             <summary>\r
94             Implicitly converts the <see cref="T:Microsoft.Extensions.Localization.LocalizedString"/> to a <see cref="T:System.String"/>.\r
95             </summary>\r
96             <param name="localizedString">The string to be implicitly converted.</param>\r
97         </member>\r
98         <member name="P:Microsoft.Extensions.Localization.LocalizedString.Name">\r
99             <summary>\r
100             The name of the string in the resource it was loaded from.\r
101             </summary>\r
102         </member>\r
103         <member name="P:Microsoft.Extensions.Localization.LocalizedString.Value">\r
104             <summary>\r
105             The actual string.\r
106             </summary>\r
107         </member>\r
108         <member name="P:Microsoft.Extensions.Localization.LocalizedString.ResourceNotFound">\r
109             <summary>\r
110             Whether the string was not found in a resource. If <c>true</c>, an alternate string value was used.\r
111             </summary>\r
112         </member>\r
113         <member name="P:Microsoft.Extensions.Localization.LocalizedString.SearchedLocation">\r
114             <summary>\r
115             The location which was searched for a localization value.\r
116             </summary>\r
117         </member>\r
118         <member name="M:Microsoft.Extensions.Localization.LocalizedString.ToString">\r
119             <summary>\r
120             Returns the actual string.\r
121             </summary>\r
122             <returns>The actual string.</returns>\r
123         </member>\r
124         <member name="T:Microsoft.Extensions.Localization.StringLocalizerExtensions">\r
125             <summary>\r
126             Extension methods for operating on <see cref="T:Microsoft.Extensions.Localization.IStringLocalizer" /> instances.\r
127             </summary>\r
128         </member>\r
129         <member name="M:Microsoft.Extensions.Localization.StringLocalizerExtensions.GetString(Microsoft.Extensions.Localization.IStringLocalizer,System.String)">\r
130             <summary>\r
131             Gets the string resource with the given name.\r
132             </summary>\r
133             <param name="stringLocalizer">The <see cref="T:Microsoft.Extensions.Localization.IStringLocalizer"/>.</param>\r
134             <param name="name">The name of the string resource.</param>\r
135             <returns>The string resource as a <see cref="T:Microsoft.Extensions.Localization.LocalizedString"/>.</returns>\r
136         </member>\r
137         <member name="M:Microsoft.Extensions.Localization.StringLocalizerExtensions.GetString(Microsoft.Extensions.Localization.IStringLocalizer,System.String,System.Object[])">\r
138             <summary>\r
139             Gets the string resource with the given name and formatted with the supplied arguments.\r
140             </summary>\r
141             <param name="stringLocalizer">The <see cref="T:Microsoft.Extensions.Localization.IStringLocalizer"/>.</param>\r
142             <param name="name">The name of the string resource.</param>\r
143             <param name="arguments">The values to format the string with.</param>\r
144             <returns>The formatted string resource as a <see cref="T:Microsoft.Extensions.Localization.LocalizedString"/>.</returns>\r
145         </member>\r
146         <member name="M:Microsoft.Extensions.Localization.StringLocalizerExtensions.GetAllStrings(Microsoft.Extensions.Localization.IStringLocalizer)">\r
147             <summary>\r
148             Gets all string resources including those for parent cultures.\r
149             </summary>\r
150             <param name="stringLocalizer">The <see cref="T:Microsoft.Extensions.Localization.IStringLocalizer"/>.</param>\r
151             <returns>The string resources.</returns>\r
152         </member>\r
153         <member name="T:Microsoft.Extensions.Localization.StringLocalizer`1">\r
154             <summary>\r
155             Provides strings for <typeparamref name="TResourceSource"/>.\r
156             </summary>\r
157             <typeparam name="TResourceSource">The <see cref="T:System.Type"/> to provide strings for.</typeparam>\r
158         </member>\r
159         <member name="M:Microsoft.Extensions.Localization.StringLocalizer`1.#ctor(Microsoft.Extensions.Localization.IStringLocalizerFactory)">\r
160             <summary>\r
161             Creates a new <see cref="T:Microsoft.Extensions.Localization.StringLocalizer`1"/>.\r
162             </summary>\r
163             <param name="factory">The <see cref="T:Microsoft.Extensions.Localization.IStringLocalizerFactory"/> to use.</param>\r
164         </member>\r
165         <member name="P:Microsoft.Extensions.Localization.StringLocalizer`1.Item(System.String)">\r
166             <inheritdoc />\r
167         </member>\r
168         <member name="P:Microsoft.Extensions.Localization.StringLocalizer`1.Item(System.String,System.Object[])">\r
169             <inheritdoc />\r
170         </member>\r
171         <member name="M:Microsoft.Extensions.Localization.StringLocalizer`1.GetAllStrings(System.Boolean)">\r
172             <inheritdoc />\r
173         </member>\r
174     </members>\r
175 </doc>\r