BindingRestrictions Class

Definition

Represents a set of binding restrictions on the DynamicMetaObject under which the dynamic binding is valid.

public ref class BindingRestrictions abstract
public abstract class BindingRestrictions
type BindingRestrictions = class
Public MustInherit Class BindingRestrictions
Inheritance
BindingRestrictions

Fields

Empty

Represents an empty set of binding restrictions. This field is read only.

Methods

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)
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()

Gets the Type of the current instance.

(Inherited from Object)
GetTypeRestriction(Expression, Type)

Creates the binding restriction that check the expression for runtime type identity.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
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)

Applies to