次の方法で共有


EdmSchemaAttribute クラス

定義

静的型の属性

[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class, AllowMultiple=true)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments")]
public sealed class EdmSchemaAttribute : Attribute
type EdmSchemaAttribute = class
    inherit Attribute
Public NotInheritable Class EdmSchemaAttribute
Inherits Attribute
継承
EdmSchemaAttribute
属性

コンストラクター

EdmSchemaAttribute()

EdmSchemaAttribute クラスの新しいインスタンスを初期化します。

EdmSchemaAttribute(String)

アセンブリで参照される各モデルに対する一意の値を使用して、EdmSchemaAttribute クラスの新しいインスタンスを初期化します。

適用対象