C# Class EA.Iws.Domain.UserAddress

Inheritance: Entity
ファイルを表示 Open project: EnvironmentAgency/prsd-iws Class Usage Examples

Public Methods

Method Description
UpdateAddress ( UserAddress address ) : void
UserAddress ( Address address ) : NotificationApplication

Protected Methods

Method Description
UserAddress ( ) : NotificationApplication

Method Details

UpdateAddress() public method

public UpdateAddress ( UserAddress address ) : void
address UserAddress
return void

UserAddress() protected method

protected UserAddress ( ) : NotificationApplication
return NotificationApplication

UserAddress() public method

public UserAddress ( Address address ) : NotificationApplication
address Address
return NotificationApplication