C# Класс numl.Model.EnumerableFeatureAttribute

Наследование: FeatureAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
EnumerableFeatureAttribute ( int length ) : System

Constructor.

GenerateProperty ( PropertyInfo property ) : Property

Generates a property.

Описание методов

EnumerableFeatureAttribute() публичный Метод

Constructor.
public EnumerableFeatureAttribute ( int length ) : System
length int The length.
Результат System

GenerateProperty() публичный Метод

Generates a property.
Thrown when the requested operation is invalid.
public GenerateProperty ( PropertyInfo property ) : Property
property System.Reflection.PropertyInfo The property.
Результат Property