C# Класс PaulStovell.TrialBalance.DomainModel.AccountFactory

A factory for creating Accounts.
Показать файл Открыть проект

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

Метод Описание
Create ( AccountType accountType ) : Account

Creates an account given the T:AccountType to create.

Create ( string accountType ) : Account

Creates an account given the name of an account type.

Описание методов

Create() публичный статический Метод

Creates an account given the T:AccountType to create.
public static Create ( AccountType accountType ) : Account
accountType AccountType The of the account to create.
Результат Account

Create() публичный статический Метод

Creates an account given the name of an account type.
public static Create ( string accountType ) : Account
accountType string The account type to create.
Результат Account