BindingRestrictions.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="BindingRestrictions" FullName="System.Dynamic.BindingRestrictions">
  3. <TypeSignature Language="C#" Value="public abstract class BindingRestrictions" />
  4. <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit BindingRestrictions extends System.Object" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.Core</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <Base>
  10. <BaseTypeName>System.Object</BaseTypeName>
  11. </Base>
  12. <Interfaces />
  13. <Attributes>
  14. <Attribute>
  15. <AttributeName>System.Diagnostics.DebuggerDisplay("{DebugView}")</AttributeName>
  16. </Attribute>
  17. <Attribute>
  18. <AttributeName>System.Diagnostics.DebuggerTypeProxy(typeof(System.Dynamic.BindingRestrictions/BindingRestrictionsProxy))</AttributeName>
  19. </Attribute>
  20. </Attributes>
  21. <Docs>
  22. <remarks>To be added.</remarks>
  23. <summary>
  24. <attribution license="cc4" from="Microsoft" modified="false" />
  25. <para>Represents a set of binding restrictions on the <see cref="T:System.Dynamic.DynamicMetaObject" /> under which the dynamic binding is valid.</para>
  26. </summary>
  27. </Docs>
  28. <Members>
  29. <Member MemberName="Combine">
  30. <MemberSignature Language="C#" Value="public static System.Dynamic.BindingRestrictions Combine (System.Collections.Generic.IList&lt;System.Dynamic.DynamicMetaObject&gt; contributingObjects);" />
  31. <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Dynamic.BindingRestrictions Combine(class System.Collections.Generic.IList`1&lt;class System.Dynamic.DynamicMetaObject&gt; contributingObjects) cil managed" />
  32. <MemberType>Method</MemberType>
  33. <AssemblyInfo>
  34. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  35. </AssemblyInfo>
  36. <ReturnValue>
  37. <ReturnType>System.Dynamic.BindingRestrictions</ReturnType>
  38. </ReturnValue>
  39. <Parameters>
  40. <Parameter Name="contributingObjects" Type="System.Collections.Generic.IList&lt;System.Dynamic.DynamicMetaObject&gt;" />
  41. </Parameters>
  42. <Docs>
  43. <remarks>To be added.</remarks>
  44. <summary>
  45. <attribution license="cc4" from="Microsoft" modified="false" />
  46. <para>Combines binding restrictions from the list of <see cref="T:System.Dynamic.DynamicMetaObject" /> instances into one set of restrictions.</para>
  47. </summary>
  48. <returns>
  49. <attribution license="cc4" from="Microsoft" modified="false" />
  50. <para>The new set of binding restrictions.</para>
  51. </returns>
  52. <param name="contributingObjects">
  53. <attribution license="cc4" from="Microsoft" modified="false" />The list of <see cref="T:System.Dynamic.DynamicMetaObject" /> instances from which to combine restrictions.</param>
  54. </Docs>
  55. </Member>
  56. <Member MemberName="Empty">
  57. <MemberSignature Language="C#" Value="public static readonly System.Dynamic.BindingRestrictions Empty;" />
  58. <MemberSignature Language="ILAsm" Value=".field public static initonly class System.Dynamic.BindingRestrictions Empty" />
  59. <MemberType>Field</MemberType>
  60. <AssemblyInfo>
  61. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  62. </AssemblyInfo>
  63. <ReturnValue>
  64. <ReturnType>System.Dynamic.BindingRestrictions</ReturnType>
  65. </ReturnValue>
  66. <Docs>
  67. <remarks>To be added.</remarks>
  68. <summary>
  69. <attribution license="cc4" from="Microsoft" modified="false" />
  70. <para>Represents an empty set of binding restrictions. This field is read only.</para>
  71. </summary>
  72. </Docs>
  73. </Member>
  74. <Member MemberName="GetExpressionRestriction">
  75. <MemberSignature Language="C#" Value="public static System.Dynamic.BindingRestrictions GetExpressionRestriction (System.Linq.Expressions.Expression expression);" />
  76. <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Dynamic.BindingRestrictions GetExpressionRestriction(class System.Linq.Expressions.Expression expression) cil managed" />
  77. <MemberType>Method</MemberType>
  78. <AssemblyInfo>
  79. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  80. </AssemblyInfo>
  81. <ReturnValue>
  82. <ReturnType>System.Dynamic.BindingRestrictions</ReturnType>
  83. </ReturnValue>
  84. <Parameters>
  85. <Parameter Name="expression" Type="System.Linq.Expressions.Expression" />
  86. </Parameters>
  87. <Docs>
  88. <remarks>
  89. <attribution license="cc4" from="Microsoft" modified="false" />
  90. <para>By convention, the general restrictions created by this method must only test immutable object properties.</para>
  91. </remarks>
  92. <summary>
  93. <attribution license="cc4" from="Microsoft" modified="false" />
  94. <para>Creates the binding restriction that checks the expression for arbitrary immutable properties.</para>
  95. </summary>
  96. <returns>
  97. <attribution license="cc4" from="Microsoft" modified="false" />
  98. <para>The new binding restrictions.</para>
  99. </returns>
  100. <param name="expression">
  101. <attribution license="cc4" from="Microsoft" modified="false" />The expression representing the restrictions.</param>
  102. </Docs>
  103. </Member>
  104. <Member MemberName="GetInstanceRestriction">
  105. <MemberSignature Language="C#" Value="public static System.Dynamic.BindingRestrictions GetInstanceRestriction (System.Linq.Expressions.Expression expression, object instance);" />
  106. <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Dynamic.BindingRestrictions GetInstanceRestriction(class System.Linq.Expressions.Expression expression, object instance) cil managed" />
  107. <MemberType>Method</MemberType>
  108. <AssemblyInfo>
  109. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  110. </AssemblyInfo>
  111. <ReturnValue>
  112. <ReturnType>System.Dynamic.BindingRestrictions</ReturnType>
  113. </ReturnValue>
  114. <Parameters>
  115. <Parameter Name="expression" Type="System.Linq.Expressions.Expression" />
  116. <Parameter Name="instance" Type="System.Object" />
  117. </Parameters>
  118. <Docs>
  119. <remarks>To be added.</remarks>
  120. <summary>
  121. <attribution license="cc4" from="Microsoft" modified="false" />
  122. <para>Creates the binding restriction that checks the expression for object instance identity.</para>
  123. </summary>
  124. <returns>
  125. <attribution license="cc4" from="Microsoft" modified="false" />
  126. <para>The new binding restrictions.</para>
  127. </returns>
  128. <param name="expression">
  129. <attribution license="cc4" from="Microsoft" modified="false" />The expression to test.</param>
  130. <param name="instance">
  131. <attribution license="cc4" from="Microsoft" modified="false" />The exact object instance to test.</param>
  132. </Docs>
  133. </Member>
  134. <Member MemberName="GetTypeRestriction">
  135. <MemberSignature Language="C#" Value="public static System.Dynamic.BindingRestrictions GetTypeRestriction (System.Linq.Expressions.Expression expression, Type type);" />
  136. <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Dynamic.BindingRestrictions GetTypeRestriction(class System.Linq.Expressions.Expression expression, class System.Type type) cil managed" />
  137. <MemberType>Method</MemberType>
  138. <AssemblyInfo>
  139. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  140. </AssemblyInfo>
  141. <ReturnValue>
  142. <ReturnType>System.Dynamic.BindingRestrictions</ReturnType>
  143. </ReturnValue>
  144. <Parameters>
  145. <Parameter Name="expression" Type="System.Linq.Expressions.Expression" />
  146. <Parameter Name="type" Type="System.Type" />
  147. </Parameters>
  148. <Docs>
  149. <remarks>To be added.</remarks>
  150. <summary>
  151. <attribution license="cc4" from="Microsoft" modified="false" />
  152. <para>Creates the binding restriction that check the expression for runtime type identity.</para>
  153. </summary>
  154. <returns>
  155. <attribution license="cc4" from="Microsoft" modified="false" />
  156. <para>The new binding restrictions.</para>
  157. </returns>
  158. <param name="expression">
  159. <attribution license="cc4" from="Microsoft" modified="false" />The expression to test.</param>
  160. <param name="type">
  161. <attribution license="cc4" from="Microsoft" modified="false" />The exact type to test.</param>
  162. </Docs>
  163. </Member>
  164. <Member MemberName="Merge">
  165. <MemberSignature Language="C#" Value="public System.Dynamic.BindingRestrictions Merge (System.Dynamic.BindingRestrictions restrictions);" />
  166. <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Dynamic.BindingRestrictions Merge(class System.Dynamic.BindingRestrictions restrictions) cil managed" />
  167. <MemberType>Method</MemberType>
  168. <AssemblyInfo>
  169. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  170. </AssemblyInfo>
  171. <ReturnValue>
  172. <ReturnType>System.Dynamic.BindingRestrictions</ReturnType>
  173. </ReturnValue>
  174. <Parameters>
  175. <Parameter Name="restrictions" Type="System.Dynamic.BindingRestrictions" />
  176. </Parameters>
  177. <Docs>
  178. <remarks>To be added.</remarks>
  179. <summary>
  180. <attribution license="cc4" from="Microsoft" modified="false" />
  181. <para>Merges the set of binding restrictions with the current binding restrictions.</para>
  182. </summary>
  183. <returns>
  184. <attribution license="cc4" from="Microsoft" modified="false" />
  185. <para>The new set of binding restrictions.</para>
  186. </returns>
  187. <param name="restrictions">
  188. <attribution license="cc4" from="Microsoft" modified="false" />The set of restrictions with which to merge the current binding restrictions.</param>
  189. </Docs>
  190. </Member>
  191. <Member MemberName="ToExpression">
  192. <MemberSignature Language="C#" Value="public System.Linq.Expressions.Expression ToExpression ();" />
  193. <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Linq.Expressions.Expression ToExpression() cil managed" />
  194. <MemberType>Method</MemberType>
  195. <AssemblyInfo>
  196. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  197. </AssemblyInfo>
  198. <ReturnValue>
  199. <ReturnType>System.Linq.Expressions.Expression</ReturnType>
  200. </ReturnValue>
  201. <Parameters />
  202. <Docs>
  203. <remarks>To be added.</remarks>
  204. <summary>
  205. <attribution license="cc4" from="Microsoft" modified="false" />
  206. <para>Creates the <see cref="T:System.Linq.Expressions.Expression" /> representing the binding restrictions.</para>
  207. </summary>
  208. <returns>
  209. <attribution license="cc4" from="Microsoft" modified="false" />
  210. <para>The expression tree representing the restrictions.</para>
  211. </returns>
  212. </Docs>
  213. </Member>
  214. </Members>
  215. </Type>