/// <summary> /// Active Dependent type names of this object /// </summary> public List <string> DependentObjectNames() { var dependentObjects = new List <string>(); if (PerformanceMeasureActualUpdates.Any()) { dependentObjects.Add(typeof(PerformanceMeasureActualUpdate).Name); } if (ProjectCustomAttributeUpdates.Any()) { dependentObjects.Add(typeof(ProjectCustomAttributeUpdate).Name); } if (ProjectDocumentUpdates.Any()) { dependentObjects.Add(typeof(ProjectDocumentUpdate).Name); } if (ProjectExemptReportingYearUpdates.Any()) { dependentObjects.Add(typeof(ProjectExemptReportingYearUpdate).Name); } if (ProjectExternalLinkUpdates.Any()) { dependentObjects.Add(typeof(ProjectExternalLinkUpdate).Name); } if (ProjectFundingSourceUpdates.Any()) { dependentObjects.Add(typeof(ProjectFundingSourceUpdate).Name); } if (ProjectGrantAllocationExpenditureUpdates.Any()) { dependentObjects.Add(typeof(ProjectGrantAllocationExpenditureUpdate).Name); } if (ProjectGrantAllocationRequestUpdates.Any()) { dependentObjects.Add(typeof(ProjectGrantAllocationRequestUpdate).Name); } if (ProjectImageUpdates.Any()) { dependentObjects.Add(typeof(ProjectImageUpdate).Name); } if (ProjectLocationStagingUpdates.Any()) { dependentObjects.Add(typeof(ProjectLocationStagingUpdate).Name); } if (ProjectLocationUpdates.Any()) { dependentObjects.Add(typeof(ProjectLocationUpdate).Name); } if (ProjectNoteUpdates.Any()) { dependentObjects.Add(typeof(ProjectNoteUpdate).Name); } if (ProjectOrganizationUpdates.Any()) { dependentObjects.Add(typeof(ProjectOrganizationUpdate).Name); } if (ProjectPersonUpdates.Any()) { dependentObjects.Add(typeof(ProjectPersonUpdate).Name); } if (ProjectPriorityLandscapeUpdates.Any()) { dependentObjects.Add(typeof(ProjectPriorityLandscapeUpdate).Name); } if (ProjectRegionUpdates.Any()) { dependentObjects.Add(typeof(ProjectRegionUpdate).Name); } if ((ProjectUpdate != null)) { dependentObjects.Add(typeof(ProjectUpdate).Name); } if (ProjectUpdateHistories.Any()) { dependentObjects.Add(typeof(ProjectUpdateHistory).Name); } return(dependentObjects.Distinct().ToList()); }
/// <summary> /// Active Dependent type names of this object /// </summary> public List <string> DependentObjectNames() { var dependentObjects = new List <string>(); if (AgreementsWhereYouAreTheAgreementFileResource.Any()) { dependentObjects.Add(typeof(Agreement).Name); } if (ClassificationsWhereYouAreTheKeyImageFileResource.Any()) { dependentObjects.Add(typeof(Classification).Name); } if (CustomPageImages.Any()) { dependentObjects.Add(typeof(CustomPageImage).Name); } if (FieldDefinitionDataImages.Any()) { dependentObjects.Add(typeof(FieldDefinitionDataImage).Name); } if (FirmaHomePageImages.Any()) { dependentObjects.Add(typeof(FirmaHomePageImage).Name); } if (FirmaPageImages.Any()) { dependentObjects.Add(typeof(FirmaPageImage).Name); } if (GrantAllocationAwardContractorInvoicesWhereYouAreTheGrantAllocationAwardContractorInvoiceFileResource.Any()) { dependentObjects.Add(typeof(GrantAllocationAwardContractorInvoice).Name); } if (GrantAllocationFileResources.Any()) { dependentObjects.Add(typeof(GrantAllocationFileResource).Name); } if (GrantFileResources.Any()) { dependentObjects.Add(typeof(GrantFileResource).Name); } if ((GrantModificationFileResource != null)) { dependentObjects.Add(typeof(GrantModificationFileResource).Name); } if ((InteractionEventFileResource != null)) { dependentObjects.Add(typeof(InteractionEventFileResource).Name); } if (InvoicesWhereYouAreTheInvoiceFileResource.Any()) { dependentObjects.Add(typeof(Invoice).Name); } if (OrganizationsWhereYouAreTheLogoFileResource.Any()) { dependentObjects.Add(typeof(Organization).Name); } if ((PriorityLandscapeFileResource != null)) { dependentObjects.Add(typeof(PriorityLandscapeFileResource).Name); } if (ProjectDocuments.Any()) { dependentObjects.Add(typeof(ProjectDocument).Name); } if (ProjectDocumentUpdates.Any()) { dependentObjects.Add(typeof(ProjectDocumentUpdate).Name); } if (ProjectImages.Any()) { dependentObjects.Add(typeof(ProjectImage).Name); } if (ProjectImageUpdates.Any()) { dependentObjects.Add(typeof(ProjectImageUpdate).Name); } if (SystemAttributesWhereYouAreTheBannerLogoFileResource.Any()) { dependentObjects.Add(typeof(SystemAttribute).Name); } if (SystemAttributesWhereYouAreTheSquareLogoFileResource.Any()) { dependentObjects.Add(typeof(SystemAttribute).Name); } return(dependentObjects.Distinct().ToList()); }
/// <summary> /// Does this object have any dependent objects? (If it does have dependent objects, these would need to be deleted before this object could be deleted.) /// </summary> /// <returns></returns> public bool HasDependentObjects() { return(PerformanceMeasureActualUpdates.Any() || ProjectCustomAttributeUpdates.Any() || ProjectDocumentUpdates.Any() || ProjectExemptReportingYearUpdates.Any() || ProjectExternalLinkUpdates.Any() || ProjectFundingSourceUpdates.Any() || ProjectGrantAllocationExpenditureUpdates.Any() || ProjectGrantAllocationRequestUpdates.Any() || ProjectImageUpdates.Any() || ProjectLocationStagingUpdates.Any() || ProjectLocationUpdates.Any() || ProjectNoteUpdates.Any() || ProjectOrganizationUpdates.Any() || ProjectPersonUpdates.Any() || ProjectPriorityLandscapeUpdates.Any() || ProjectRegionUpdates.Any() || (ProjectUpdate != null) || ProjectUpdateHistories.Any()); }
/// <summary> /// Does this object have any dependent objects? (If it does have dependent objects, these would need to be deleted before this object could be deleted.) /// </summary> /// <returns></returns> public bool HasDependentObjects() { return(AgreementsWhereYouAreTheAgreementFileResource.Any() || ClassificationsWhereYouAreTheKeyImageFileResource.Any() || CustomPageImages.Any() || FieldDefinitionDataImages.Any() || FirmaHomePageImages.Any() || FirmaPageImages.Any() || GrantAllocationAwardContractorInvoicesWhereYouAreTheGrantAllocationAwardContractorInvoiceFileResource.Any() || GrantAllocationFileResources.Any() || GrantFileResources.Any() || (GrantModificationFileResource != null) || (InteractionEventFileResource != null) || InvoicesWhereYouAreTheInvoiceFileResource.Any() || OrganizationsWhereYouAreTheLogoFileResource.Any() || (PriorityLandscapeFileResource != null) || ProjectDocuments.Any() || ProjectDocumentUpdates.Any() || ProjectImages.Any() || ProjectImageUpdates.Any() || SystemAttributesWhereYouAreTheBannerLogoFileResource.Any() || SystemAttributesWhereYouAreTheSquareLogoFileResource.Any()); }