C# 클래스 Controller.ProductIndex

파일 보기 프로젝트 열기: Tiakiana/ProjectMarmelade

공개 프로퍼티들

프로퍼티 타입 설명
pDocumationList List
pNameList List
pTypeList List

공개 메소드들

메소드 설명
MakepDocumationList ( ) : void
MakepNameList ( ) : void
MakepTypeList ( ) : void
ProductIndex ( ) : System
ShowProductDocumation ( string pName, string pType, string pDocumation ) : string

메소드 상세

MakepDocumationList() 공개 메소드

public MakepDocumationList ( ) : void
리턴 void

MakepNameList() 공개 메소드

public MakepNameList ( ) : void
리턴 void

MakepTypeList() 공개 메소드

public MakepTypeList ( ) : void
리턴 void

ProductIndex() 공개 메소드

public ProductIndex ( ) : System
리턴 System

ShowProductDocumation() 공개 메소드

public ShowProductDocumation ( string pName, string pType, string pDocumation ) : string
pName string
pType string
pDocumation string
리턴 string

프로퍼티 상세

pDocumationList 공개적으로 프로퍼티

public List pDocumationList
리턴 List

pNameList 공개적으로 프로퍼티

public List pNameList
리턴 List

pTypeList 공개적으로 프로퍼티

public List pTypeList
리턴 List