C# Class Nancy.Scaffolding.ObjectListAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: GestUAB/GestUAB

Public Methods

Method Description
ObjectListAttribute ( Type listContainer, Type objectType, string methodName, string valueMember, SelectType selectType = SelectType.Single ) : System

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

Method Details

ObjectListAttribute() public method

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.
return System