C# 클래스 Extending2.Dao.Blog

Note that Blog is not a component With a different design the Blog could be made into a component, but we would use a factory pattern to keep things tidy. The factory would internally invoke the container, but for our application perspective, its just an ordinary factory.
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
Blog ( ) : System
Blog ( int id, string name, string description ) : System
Blog ( string name, string author ) : System

메소드 상세

Blog() 공개 메소드

public Blog ( ) : System
리턴 System

Blog() 공개 메소드

public Blog ( int id, string name, string description ) : System
id int
name string
description string
리턴 System

Blog() 공개 메소드

public Blog ( string name, string author ) : System
name string
author string
리턴 System