C# 클래스 EA.Iws.Domain.FinancialGuarantee.FinancialGuaranteeCollection

상속: System.Entity
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
AddFinancialGuarantee ( System.DateTime receivedDate ) : FinancialGuarantee
FinancialGuaranteeCollection ( System.Guid notificationId ) : System
GetCurrentApprovedFinancialGuarantee ( ) : FinancialGuarantee
GetFinancialGuarantee ( System.Guid financialGuaranteeId ) : FinancialGuarantee
GetLatestFinancialGuarantee ( ) : FinancialGuarantee

보호된 메소드들

메소드 설명
FinancialGuaranteeCollection ( ) : System

메소드 상세

AddFinancialGuarantee() 공개 메소드

public AddFinancialGuarantee ( System.DateTime receivedDate ) : FinancialGuarantee
receivedDate System.DateTime
리턴 FinancialGuarantee

FinancialGuaranteeCollection() 보호된 메소드

protected FinancialGuaranteeCollection ( ) : System
리턴 System

FinancialGuaranteeCollection() 공개 메소드

public FinancialGuaranteeCollection ( System.Guid notificationId ) : System
notificationId System.Guid
리턴 System

GetCurrentApprovedFinancialGuarantee() 공개 메소드

public GetCurrentApprovedFinancialGuarantee ( ) : FinancialGuarantee
리턴 FinancialGuarantee

GetFinancialGuarantee() 공개 메소드

public GetFinancialGuarantee ( System.Guid financialGuaranteeId ) : FinancialGuarantee
financialGuaranteeId System.Guid
리턴 FinancialGuarantee

GetLatestFinancialGuarantee() 공개 메소드

public GetLatestFinancialGuarantee ( ) : FinancialGuarantee
리턴 FinancialGuarantee