Click or drag to resize

FieldAccessor Class

A field attribute that controls how many objects that will be placed on the same page as the object of the field.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    VelocityDb.TypeInfoFieldAccessor

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public sealed class FieldAccessor : Attribute

The FieldAccessor type exposes the following members.

Constructors
  NameDescription
Public methodFieldAccessor
Use in class definition preceding a property declaration, i.e. [FieldAccessor("myProtectedField")] where myProtectedField is the field name of the field returned by the property.
Top
Properties
  NameDescription
Public propertyFieldName
Gets the field name of the field being accessed by the property
Top
See Also