C# Class Realms.MapToAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: realm/realm-dotnet

Public Methods

Method Description
MapToAttribute ( string mapping ) : System

Initializes a new instance of the MapToAttribute class.

Method Details

MapToAttribute() public method

Initializes a new instance of the MapToAttribute class.
public MapToAttribute ( string mapping ) : System
mapping string The name of the property in the database.
return System