EdmSchemaAttribute Class

Definition

Attribute for static types

[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
Inheritance
EdmSchemaAttribute
Attributes

Constructors

EdmSchemaAttribute()

Initializes a new instance of the EdmSchemaAttribute class.

EdmSchemaAttribute(String)

Initializes a new instance of the EdmSchemaAttribute class with a unique value for each model referenced by the assembly.

Applies to