Method | Description | |
---|---|---|
ObjectListAttribute ( |
Initializes a new instance of the Nancy.Scaffolding.ScaffoldObjectList class.
|
public ObjectListAttribute ( |
||
listContainer | The type that contains the list of objects. | |
objectType | The list type of objects. | |
methodName | string | |
valueMember | string | Value member of object which will be displayed. |
selectType | SelectType | Select type. |
return | System |