Share via


ModelStore.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>(ModelElementQueryFilter)
Public method GetElements(ModelElementResolutionStatus) Returns a list of the elements in the store that has the given resolution status.
Public method GetElements(ModelElementValidationStatus) Returns a list of the elements in the store that has the given validation status.
Public method GetElements(Type, ModelElementQueryFilter)
Public method GetElements(ModelElementClass, ModelElementQueryFilter) Returns elements that share the given metadata object as selected by the given filter.
Public method GetElements(ModelElementResolutionStatus, Int32) Returns a list of the elements that aredetermined by the count that has the given resolution status.
Public method GetElements(ModelElementValidationStatus, Int32) Returns a list of the elements that are determined by the count that has the given validation status.
Public method GetElements<TElement>(ModelIdentifier, ModelElementQueryFilter)
Public method GetElements(ModelIdentifier, ModelElementClass, ModelElementQueryFilter)
Public method GetElements(ModelIdentifier, ModelIdentifierGroup, ModelElementQueryFilter)
Public method GetElements(ModelIdentifier, Type, ModelElementQueryFilter)

Top

See Also

Reference

ModelStore Class

Microsoft.Data.Schema.SchemaModel Namespace