Enumeration that specifies how a .NET property is mapped to the underlying RDF data model

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

Syntax

C#
public enum PropertyMappingType
Visual Basic
Public Enumeration PropertyMappingType
Visual C++
public enum class PropertyMappingType
F#
type PropertyMappingType

Members

Member nameValueDescription
Address0 The value of the .NET property is a resource address
Id1 The value of the .NET property is a resource identifier which needs to be resolved against a base identifier to generate the RDF resource address
Label2 The value of the .NET property is an rdf:label of a resource
Property3 The value of the .NET property is the value of an RDF property of a resource that has a literal value
Arc4 The value of the .NET property is the value of an RDF property of a resource that has a resource address value
InverseArc5 The value of the .NET property is the value of the inverse relationship from an RDF statement object to its subject

See Also