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 类的新实例。

适用于