MetadataItem.GetGeneralFacetDescriptions Method ()

 

Returns the list of the general facet descriptions for a specified type.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public static ReadOnlyCollection<FacetDescription> GetGeneralFacetDescriptions()

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<FacetDescription>

A ReadOnlyCollection<T> object that represents the list of the general facet descriptions for a specified type.