C# Class Nancy.Scaffolding.ObjectListAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: GestUAB/GestUAB

Méthodes publiques

Méthode 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 méthode

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.
Résultat System