C# 클래스 Nancy.Scaffolding.ObjectListAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: GestUAB/GestUAB

공개 메소드들

메소드 설명
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