C# Класс HBM.CustomerManagement.CustomerManager

Показать файл Открыть проект

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

Метод Описание
IsValidToSave ( Customer customer, string &errorMSG ) : bool

Pass the customer object to this method and check if its valid to be saved.

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

IsValidToSave() публичный Метод

Pass the customer object to this method and check if its valid to be saved.
public IsValidToSave ( Customer customer, string &errorMSG ) : bool
customer Customer
errorMSG string
Результат bool