DataSchemaModel.GetElements Method

Include Protected Members
Include Inherited Members

Returns a list of the elements in the store.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

GetElements<TElement>(ElementQueryFilter)

Returns a list of the elements in the store. (Inherited from ModelStore.)

Public method

GetElements(ModelElementResolutionStatus)

Returns a list of the elements in the store that has the given resolution status. (Inherited from ModelStore.)

Public method

GetElements(ModelElementValidationStatus)

Returns a list of the elements in the store that has the given validation status. (Inherited from ModelStore.)

Public method

GetElements(ModelElementResolutionStatus, Int32)

Returns a list of the elements, determined by the count that has the given resolution status. (Inherited from ModelStore.)

Public method

GetElements(ModelElementValidationStatus, Int32)

Returns a list of the elements, determined by the count that has the given validation status. (Inherited from ModelStore.)

Public method

GetElements<TElement>(ModelStore.Identifier, ElementQueryFilter)

Returns a list of the elements in the store. (Inherited from ModelStore.)

Public method

GetElements(Type, ElementQueryFilter)

Returns a list of the elements in the store. (Inherited from ModelStore.)

Public method

GetElements(ModelStore.Identifier, Type, ElementQueryFilter)

Returns a list of the elements in the store. (Inherited from ModelStore.)

Top

See Also

Reference

DataSchemaModel Class

DataSchemaModel Members

Microsoft.Data.Schema.SchemaModel Namespace