C# Class numl.Model.EnumerableFeatureAttribute

Inheritance: FeatureAttribute
Mostra file Open project: sethjuarez/numl

Public Methods

Method Description
EnumerableFeatureAttribute ( int length ) : System

Constructor.

GenerateProperty ( PropertyInfo property ) : Property

Generates a property.

Method Details

EnumerableFeatureAttribute() public method

Constructor.
public EnumerableFeatureAttribute ( int length ) : System
length int The length.
return System

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