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

Enumerable property. Expanded feature.
Наследование: Property
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Convert ( object o ) : IEnumerable

Convert an object to a list of numbers.

Convert ( double val ) : object

Convert the numeric representation back to the original type.

EnumerableProperty ( ) : System

Default constructor.

EnumerableProperty ( int length ) : System

Constructor.

GetColumns ( ) : IEnumerable

Retrieve the list of expanded columns. If there is a one-to-one correspondence between the type and its expansion it will return a single value/.

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

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

Convert an object to a list of numbers.
Thrown when an object cannot be cast to a required /// type.
public Convert ( object o ) : IEnumerable
o object Object.
Результат IEnumerable

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

Convert the numeric representation back to the original type.
public Convert ( double val ) : object
val double .
Результат object

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

Default constructor.
public EnumerableProperty ( ) : System
Результат System

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

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

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

Retrieve the list of expanded columns. If there is a one-to-one correspondence between the type and its expansion it will return a single value/.
public GetColumns ( ) : IEnumerable
Результат IEnumerable