C# Класс Nancy.Scaffolding.ObjectListAttribute

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

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

Метод Описание
ObjectListAttribute ( Type listContainer, Type objectType, string methodName, string valueMember, SelectType selectType = SelectType.Single ) : System

Initializes a new instance of the Nancy.Scaffolding.ScaffoldObjectList class.

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

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

Initializes a new instance of the Nancy.Scaffolding.ScaffoldObjectList class.
public ObjectListAttribute ( Type listContainer, Type objectType, string methodName, string valueMember, SelectType selectType = SelectType.Single ) : System
listContainer System.Type The type that contains the list of objects.
objectType System.Type The list type of objects.
methodName string
valueMember string Value member of object which will be displayed.
selectType SelectType Select type.
Результат System