PrimitiveType.FacetDescriptions プロパティ

定義

この PrimitiveType を記述するファセットの一覧を取得します。

public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription> FacetDescriptions { get; }
member this.FacetDescriptions : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.FacetDescription>
Public Overridable ReadOnly Property FacetDescriptions As ReadOnlyCollection(Of FacetDescription)

プロパティ値

この PrimitiveType のファセットの説明の一覧を含む 型ReadOnlyCollection<T>のコレクション。

適用対象