Attribute used to decorate entity interface properties whose value is an 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 PropertyTypeAttribute : RelativeOrAbsoluteIdentifierAttribute
Visual Basic
Public NotInheritable Class PropertyTypeAttribute
	Inherits RelativeOrAbsoluteIdentifierAttribute
Visual C++
public ref class PropertyTypeAttribute sealed : public RelativeOrAbsoluteIdentifierAttribute
F#
[<SealedAttribute>]
type PropertyTypeAttribute =  
    class
        inherit RelativeOrAbsoluteIdentifierAttribute
    end

Inheritance Hierarchy

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

See Also