Creates an entity object that is attached to a BrightstarEntityContext and bound to a resource

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

Syntax

C#
public BrightstarEntityObject(
	BrightstarEntityContext context,
	Uri identity
)
Visual Basic
Public Sub New ( 
	context As BrightstarEntityContext,
	identity As Uri
)
Visual C++
public:
BrightstarEntityObject(
	BrightstarEntityContext^ context, 
	Uri^ identity
)
F#
new : 
        context : BrightstarEntityContext * 
        identity : Uri -> BrightstarEntityObject

Parameters

context
Type: BrightstarDB.EntityFramework..::..BrightstarEntityContext
The context that the object will be attached to
identity
Type: System..::..Uri
The identity that the object will be bound to

See Also