C# Класс SharpArchCookbook.Tasks.Commands.ChangeCustomerAddressCommand

Наследование: CommandBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
ChangeCustomerAddressCommand ( int id, string addressLine1, string addressLine2, string city, string stateProvince, string postalCode, string countryRegion ) : System.ComponentModel.DataAnnotations

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

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

public ChangeCustomerAddressCommand ( int id, string addressLine1, string addressLine2, string city, string stateProvince, string postalCode, string countryRegion ) : System.ComponentModel.DataAnnotations
id int
addressLine1 string
addressLine2 string
city string
stateProvince string
postalCode string
countryRegion string
Результат System.ComponentModel.DataAnnotations