C# Class EA.Iws.Domain.FinancialGuarantee.FinancialGuaranteeCollection

Inheritance: System.Entity
Mostra file Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
AddFinancialGuarantee ( System.DateTime receivedDate ) : FinancialGuarantee
FinancialGuaranteeCollection ( System.Guid notificationId ) : System
GetCurrentApprovedFinancialGuarantee ( ) : FinancialGuarantee
GetFinancialGuarantee ( System.Guid financialGuaranteeId ) : FinancialGuarantee
GetLatestFinancialGuarantee ( ) : FinancialGuarantee

Protected Methods

Method Description
FinancialGuaranteeCollection ( ) : System

Method Details

AddFinancialGuarantee() public method

public AddFinancialGuarantee ( System.DateTime receivedDate ) : FinancialGuarantee
receivedDate System.DateTime
return FinancialGuarantee

FinancialGuaranteeCollection() protected method

protected FinancialGuaranteeCollection ( ) : System
return System

FinancialGuaranteeCollection() public method

public FinancialGuaranteeCollection ( System.Guid notificationId ) : System
notificationId System.Guid
return System

GetCurrentApprovedFinancialGuarantee() public method

public GetCurrentApprovedFinancialGuarantee ( ) : FinancialGuarantee
return FinancialGuarantee

GetFinancialGuarantee() public method

public GetFinancialGuarantee ( System.Guid financialGuaranteeId ) : FinancialGuarantee
financialGuaranteeId System.Guid
return FinancialGuarantee

GetLatestFinancialGuarantee() public method

public GetLatestFinancialGuarantee ( ) : FinancialGuarantee
return FinancialGuarantee