C# Class SharpArchCookbook.Tasks.Commands.ChangeCustomerAddressCommand

Inheritance: CommandBase
Afficher le fichier Open project: sharparchitecture/Sharp-Architecture-Cookbook

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

ChangeCustomerAddressCommand() public méthode

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
Résultat System.ComponentModel.DataAnnotations