Mapped Class

PreStorm - A Data Client for ArcGIS Server REST API
Provides a custom attribute for specifying the source field name. This is used to map a database field to a property.
Inheritance Hierarchy

SystemObject
  SystemAttribute
    PreStormMapped

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public class Mapped : Attribute

The Mapped type exposes the following members.

Constructors

  NameDescription
Public methodMapped
Initializes a new instance of the Mapped class.
Top
Properties

  NameDescription
Public propertyFieldName
The name of the database field.
Public propertyProperty
The property the field is mapped to.
Top
See Also

Reference