C# 클래스 DataBindSample.Model.Product

This is a fairly complex type to exemplify the binding of simple values (id,name, inStock), nested objects (supplierInfo) and arrays (categories)
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
Product ( ) : System
Product ( int id, string name, bool inStock ) : System

메소드 상세

Product() 공개 메소드

public Product ( ) : System
리턴 System

Product() 공개 메소드

public Product ( int id, string name, bool inStock ) : System
id int
name string
inStock bool
리턴 System