Interface attribute that identifies the interface as being an EntityFramework entity type. The optional Identifier property specifies the URI for the entity type. This can be either a relative or an absolute URI. Relative URIs are resolved relative to the base URI specified by the TypeIdentifierPrefixAttribute on the assembly.

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public sealed class EntityAttribute : RelativeOrAbsoluteIdentifierAttribute
Visual Basic
Public NotInheritable Class EntityAttribute
	Inherits RelativeOrAbsoluteIdentifierAttribute
Visual C++
public ref class EntityAttribute sealed : public RelativeOrAbsoluteIdentifierAttribute
F#
[<SealedAttribute>]
type EntityAttribute =  
    class
        inherit RelativeOrAbsoluteIdentifierAttribute
    end

Inheritance Hierarchy

See Also