/// <summary> setups the sync logic for member _prospectListDetails</summary> /// <param name="relatedEntity">Instance to set as the related entity of type entityType</param> private void SetupSyncProspectListDetails(IEntity2 relatedEntity) { if (_prospectListDetails != relatedEntity) { DesetupSyncProspectListDetails(true, true); _prospectListDetails = (ProspectListDetailsEntity)relatedEntity; base.PerformSetupSyncRelatedEntity(_prospectListDetails, new PropertyChangedEventHandler(OnProspectListDetailsPropertyChanged), "ProspectListDetails", MarketingPrintOrderProspectListMappingEntity.Relations.ProspectListDetailsEntityUsingProspectFileId, true, new string[] { }); } }
/// <summary> setups the sync logic for member _prospectListDetails</summary> /// <param name="relatedEntity">Instance to set as the related entity of type entityType</param> private void SetupSyncProspectListDetails(IEntity2 relatedEntity) { if (_prospectListDetails != relatedEntity) { DesetupSyncProspectListDetails(true, true); _prospectListDetails = (ProspectListDetailsEntity)relatedEntity; base.PerformSetupSyncRelatedEntity(_prospectListDetails, new PropertyChangedEventHandler(OnProspectListDetailsPropertyChanged), "ProspectListDetails", ProspectFaliureReportEntity.Relations.ProspectListDetailsEntityUsingProspectListId, true, new string[] { }); } }
/// <summary> Initializes the class members</summary> protected virtual void InitClassMembers() { _prospectListDetails = null; PerformDependencyInjection(); // __LLBLGENPRO_USER_CODE_REGION_START InitClassMembers // __LLBLGENPRO_USER_CODE_REGION_END OnInitClassMembersComplete(); }
protected ProspectFaliureReportEntity(SerializationInfo info, StreamingContext context) : base(info, context) { if (SerializationHelper.Optimization != SerializationOptimization.Fast) { _prospectListDetails = (ProspectListDetailsEntity)info.GetValue("_prospectListDetails", typeof(ProspectListDetailsEntity)); if (_prospectListDetails != null) { _prospectListDetails.AfterSave += new EventHandler(OnEntityAfterSave); } base.FixupDeserialization(FieldInfoProviderSingleton.GetInstance()); } // __LLBLGENPRO_USER_CODE_REGION_START DeserializationConstructor // __LLBLGENPRO_USER_CODE_REGION_END }
/// <summary> Removes the sync logic for member _prospectListDetails</summary> /// <param name="signalRelatedEntity">If set to true, it will call the related entity's UnsetRelatedEntity method</param> /// <param name="resetFKFields">if set to true it will also reset the FK fields pointing to the related entity</param> private void DesetupSyncProspectListDetails(bool signalRelatedEntity, bool resetFKFields) { base.PerformDesetupSyncRelatedEntity(_prospectListDetails, new PropertyChangedEventHandler(OnProspectListDetailsPropertyChanged), "ProspectListDetails", MarketingPrintOrderProspectListMappingEntity.Relations.ProspectListDetailsEntityUsingProspectFileId, true, signalRelatedEntity, "MarketingPrintOrderProspectListMapping", resetFKFields, new int[] { (int)MarketingPrintOrderProspectListMappingFieldIndex.ProspectFileId }); _prospectListDetails = null; }
/// <summary> Removes the sync logic for member _prospectListDetails</summary> /// <param name="signalRelatedEntity">If set to true, it will call the related entity's UnsetRelatedEntity method</param> /// <param name="resetFKFields">if set to true it will also reset the FK fields pointing to the related entity</param> private void DesetupSyncProspectListDetails(bool signalRelatedEntity, bool resetFKFields) { base.PerformDesetupSyncRelatedEntity(_prospectListDetails, new PropertyChangedEventHandler(OnProspectListDetailsPropertyChanged), "ProspectListDetails", ProspectFaliureReportEntity.Relations.ProspectListDetailsEntityUsingProspectListId, true, signalRelatedEntity, "ProspectFaliureReport", resetFKFields, new int[] { (int)ProspectFaliureReportFieldIndex.ProspectListId }); _prospectListDetails = null; }