C# Class numl.Model.EnumerableFeatureAttribute

Inheritance: FeatureAttribute
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
EnumerableFeatureAttribute ( int length ) : System

Constructor.

GenerateProperty ( PropertyInfo property ) : Property

Generates a property.

Method Details

EnumerableFeatureAttribute() public méthode

Constructor.
public EnumerableFeatureAttribute ( int length ) : System
length int The length.
Résultat System

GenerateProperty() public méthode

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