AIMS_BD_IATI.DAL.tblProjectInfo.tblProjectInfo C# (CSharp) Метод

tblProjectInfo() публичный Метод

public tblProjectInfo ( ) : System
Результат System
        public tblProjectInfo()
        {
            this.tblAIDEffectivenessIndicators = new HashSet<tblAIDEffectivenessIndicator>();
            this.tblProjectAnalyticalWorksMissionInfoes = new HashSet<tblProjectAnalyticalWorksMissionInfo>();
            this.tblProjectAttachments = new HashSet<tblProjectAttachment>();
            this.tblProjectExecutingAgencies = new HashSet<tblProjectExecutingAgency>();
            this.tblProjectFundingActualDisbursements = new HashSet<tblProjectFundingActualDisbursement>();
            this.tblProjectFundingCommitments = new HashSet<tblProjectFundingCommitment>();
            this.tblProjectFundingExpenditures = new HashSet<tblProjectFundingExpenditure>();
            this.tblProjectFundingPlannedDisbursements = new HashSet<tblProjectFundingPlannedDisbursement>();
            this.tblProjectGeographicAllocations = new HashSet<tblProjectGeographicAllocation>();
            this.tblProjectGoBExecutingAgencies = new HashSet<tblProjectGoBExecutingAgency>();
            this.tblProjectNotes = new HashSet<tblProjectNote>();
            this.tblProjectSectoralAllocations = new HashSet<tblProjectSectoralAllocation>();
            this.tblProjectThematicMarkers = new HashSet<tblProjectThematicMarker>();
            this.tblUserProjects = new HashSet<tblUserProject>();
        }
    
tblProjectInfo