C# Class EA.Iws.RequestHandlers.Copy.NotificationToNotificationCopy

显示文件 Open project: EnvironmentAgency/prsd-iws Class Usage Examples

Public Methods

Method Description
CopyLookupEntities ( NotificationApplication source, NotificationApplication destination ) : void
CopyNotificationProperties ( NotificationApplication source, NotificationApplication destination ) : void
NotificationToNotificationCopy ( WasteCodeCopy wasteCodeCopy ) : System

Protected Methods

Method Description
CopyWasteCodes ( NotificationApplication source, NotificationApplication destination ) : void

Method Details

CopyLookupEntities() public method

public CopyLookupEntities ( NotificationApplication source, NotificationApplication destination ) : void
source NotificationApplication
destination NotificationApplication
return void

CopyNotificationProperties() public method

public CopyNotificationProperties ( NotificationApplication source, NotificationApplication destination ) : void
source NotificationApplication
destination NotificationApplication
return void

CopyWasteCodes() protected method

protected CopyWasteCodes ( NotificationApplication source, NotificationApplication destination ) : void
source NotificationApplication
destination NotificationApplication
return void

NotificationToNotificationCopy() public method

public NotificationToNotificationCopy ( WasteCodeCopy wasteCodeCopy ) : System
wasteCodeCopy WasteCodeCopy
return System