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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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