C# Class Realms.WovenAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: realm/realm-dotnet

Private Properties

Property Type Description

Public Methods

Method Description
WovenAttribute ( Type helperType ) : System

Initializes a new instance of the WovenAttribute class.

Method Details

WovenAttribute() public method

Initializes a new instance of the WovenAttribute class.
public WovenAttribute ( Type helperType ) : System
helperType System.Type The type of the generated RealmObjectHelper for that class.
return System