Enumeration that specifies how a .NET property is mapped to the underlying RDF data model
            
Namespace: BrightstarDB.EntityFrameworkAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Address | 0 | The value of the .NET property is a resource address | |
| Id | 1 | 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 | |
| Label | 2 | The value of the .NET property is an rdf:label of a resource | |
| Property | 3 | The value of the .NET property is the value of an RDF property of a resource that has a literal value | |
| Arc | 4 | The value of the .NET property is the value of an RDF property of a resource that has a resource address value | |
| InverseArc | 5 | The value of the .NET property is the value of the inverse relationship from an RDF statement object to its subject |