Creates a new instace of this assembly attribute

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

Syntax

C#
public TypeIdentifierPrefixAttribute(
	string baseUri
)
Visual Basic
Public Sub New ( 
	baseUri As String
)
Visual C++
public:
TypeIdentifierPrefixAttribute(
	String^ baseUri
)
F#
new : 
        baseUri : string -> TypeIdentifierPrefixAttribute

Parameters

baseUri
Type: System..::..String
The default base URI

See Also