C# Class numl.Model.RewardAttribute

Inheritance: NumlAttribute
Datei anzeigen Open project: sethjuarez/numl

Public Methods

Method Description
GenerateProperty ( PropertyInfo property ) : Property

Generates a property.

RewardAttribute ( ) : System

Default constructor.

Method Details

GenerateProperty() public method

Generates a property.
Thrown when the requested operation is invalid.
public GenerateProperty ( PropertyInfo property ) : Property
property System.Reflection.PropertyInfo The property.
return Property

RewardAttribute() public method

Default constructor.
public RewardAttribute ( ) : System
return System