ObjectStatementCollection Class

 

Holds a table of statements that is offered by the StatementContext. This class cannot be inherited.

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System.Design (in System.Design.dll)

System::Object
  System.ComponentModel.Design.Serialization::ObjectStatementCollection

public ref class ObjectStatementCollection sealed : IEnumerable

NameDescription
System_CAPS_pubpropertyItem[Object^]

Gets the statement collection for the given owner.

NameDescription
System_CAPS_pubmethodContainsKey(Object^)

Determines whether the table contains the given statement owner.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an IEnumerator for the ObjectStatementCollection.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodPopulate(ICollection^)

Populates the statement table with a collection of statement owners.

System_CAPS_pubmethodPopulate(Object^)

Populates the statement table with a statement owner.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

For a description of this member, see the IEnumerable::GetEnumerator method.

NameDescription
System_CAPS_pubmethodAsParallel()

Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.)

System_CAPS_pubmethodAsQueryable()

Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.)

System_CAPS_pubmethodCast<TResult>()

Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.)

System_CAPS_pubmethodOfType<TResult>()

Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.)

.NET Framework
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: