Assembly attribute that specifies the default base URI for all PropertyType and Entity attributes

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

Syntax

C#
public class TypeIdentifierPrefixAttribute : Attribute
Visual Basic
Public Class TypeIdentifierPrefixAttribute
	Inherits Attribute
Visual C++
public ref class TypeIdentifierPrefixAttribute : public Attribute
F#
type TypeIdentifierPrefixAttribute =  
    class
        inherit Attribute
    end

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    BrightstarDB.EntityFramework..::..TypeIdentifierPrefixAttribute

See Also