C# Class SharpArchCookbook.Tasks.Commands.ChangeCustomerAddressCommand

Inheritance: CommandBase
Datei anzeigen Open project: sharparchitecture/Sharp-Architecture-Cookbook

Private Properties

Property Type Description

Public Methods

Method Description
ChangeCustomerAddressCommand ( int id, string addressLine1, string addressLine2, string city, string stateProvince, string postalCode, string countryRegion ) : System.ComponentModel.DataAnnotations

Method Details

ChangeCustomerAddressCommand() public method

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
return System.ComponentModel.DataAnnotations