ExpressionBindingCollection Class

Definition

Represents a collection of ExpressionBinding objects. This class cannot be inherited.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class ExpressionBindingCollection sealed : System::Collections::ICollection
public sealed class ExpressionBindingCollection : System.Collections.ICollection
type ExpressionBindingCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class ExpressionBindingCollection
Implements ICollection
Inheritance
ExpressionBindingCollection
Implements

Constructors

ExpressionBindingCollection()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ExpressionBindingCollection class.

Properties

Count

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the number of ExpressionBinding objects in the ExpressionBindingCollection collection.

IsReadOnly

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value indicating whether the ExpressionBinding objects in the collection can be modified.

IsSynchronized

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value indicating whether access to the collection is synchronized (thread safe).

Item[String]

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets an ExpressionBinding object from the collection with the specified PropertyName value.

RemovedBindings

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a collection of strings representing the names of bindings that have been removed.

SyncRoot

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets an object that can be used to synchronize access to the collection.

Methods

Add(ExpressionBinding)

This API supports the product infrastructure and is not intended to be used directly from your code.

Appends the specified ExpressionBinding object to the end of the collection.

Clear()

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes all the ExpressionBinding objects from the collection.

Contains(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Determines whether the ExpressionBindingCollection collection contains a specific ExpressionBinding object.

CopyTo(Array, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Copies all the ExpressionBinding objects from the ExpressionBindingCollection collection to a one-dimensional array, starting at the specified index in the target array.

CopyTo(ExpressionBinding[], Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Copies all the ExpressionBinding objects from the ExpressionBindingCollection collection to a one-dimensional array of ExpressionBinding objects, starting at the specified index in the target array.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetEnumerator()

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns an IEnumerator-implemented object that can be used to iterate through the ExpressionBinding objects in the collection.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Remove(ExpressionBinding)

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes the specified ExpressionBinding object from the collection.

Remove(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes the specified ExpressionBinding object from the collection.

Remove(String, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes the specified ExpressionBinding object from the collection.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Events

Changed

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs when the collection of ExpressionBinding objects is changed.

Extension Methods

Cast<TResult>(IEnumerable)

Casts the elements of an IEnumerable to the specified type.

OfType<TResult>(IEnumerable)

Filters the elements of an IEnumerable based on a specified type.

AsParallel(IEnumerable)

Enables parallelization of a query.

AsQueryable(IEnumerable)

Converts an IEnumerable to an IQueryable.

Applies to