BindingRestrictions Class
Represents a set of binding restrictions on the DynamicMetaObject under which the dynamic binding is valid.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Combine(IList<DynamicMetaObject^>^) | Combines binding restrictions from the list of DynamicMetaObject instances into one set of restrictions. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() ![]() | GetExpressionRestriction(Expression^) | Creates the binding restriction that checks the expression for arbitrary immutable properties. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetInstanceRestriction(Expression^, Object^) | Creates the binding restriction that checks the expression for object instance identity. |
![]() | GetType() | |
![]() ![]() | GetTypeRestriction(Expression^, Type^) | Creates the binding restriction that check the expression for runtime type identity. |
![]() | MemberwiseClone() | |
![]() | Merge(BindingRestrictions^) | Merges the set of binding restrictions with the current binding restrictions. |
![]() | ToExpression() | Creates the Expression representing the binding restrictions. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



