C# Class EA.Iws.Domain.NotificationApplication.WasteRecovery.WasteRecovery

Inheritance: System.Entity
Exibir arquivo Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
Update ( Percentage percentageRecoverable, EstimatedValue estimatedValue, RecoveryCost recoveryCost ) : void
WasteRecovery ( System.Guid notificationId, Percentage percentageRecoverable, EstimatedValue estimatedValue, RecoveryCost recoveryCost ) : System

Protected Methods

Method Description
WasteRecovery ( ) : System

Method Details

Update() public method

public Update ( Percentage percentageRecoverable, EstimatedValue estimatedValue, RecoveryCost recoveryCost ) : void
percentageRecoverable Percentage
estimatedValue EstimatedValue
recoveryCost RecoveryCost
return void

WasteRecovery() protected method

protected WasteRecovery ( ) : System
return System

WasteRecovery() public method

public WasteRecovery ( System.Guid notificationId, Percentage percentageRecoverable, EstimatedValue estimatedValue, RecoveryCost recoveryCost ) : System
notificationId System.Guid
percentageRecoverable Percentage
estimatedValue EstimatedValue
recoveryCost RecoveryCost
return System