Attribute used to decorate entity interface properties whose value is an inverse arc of a particular property type

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

Syntax

C#
public sealed class InversePropertyTypeAttribute : RelativeOrAbsoluteIdentifierAttribute
Visual Basic
Public NotInheritable Class InversePropertyTypeAttribute
	Inherits RelativeOrAbsoluteIdentifierAttribute
Visual C++
public ref class InversePropertyTypeAttribute sealed : public RelativeOrAbsoluteIdentifierAttribute
F#
[<SealedAttribute>]
type InversePropertyTypeAttribute =  
    class
        inherit RelativeOrAbsoluteIdentifierAttribute
    end

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    BrightstarDB.EntityFramework..::..RelativeOrAbsoluteIdentifierAttribute
      BrightstarDB.EntityFramework..::..InversePropertyTypeAttribute

See Also