C# Class 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.
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
Blog ( ) : System
Blog ( int id, string name, string description ) : System
Blog ( string name, string author ) : System

Method Details

Blog() public méthode

public Blog ( ) : System
Résultat System

Blog() public méthode

public Blog ( int id, string name, string description ) : System
id int
name string
description string
Résultat System

Blog() public méthode

public Blog ( string name, string author ) : System
name string
author string
Résultat System