Namespace: OpenEdge.DataAdmin.Message
Type: Class SaveRequest
Parent Classes:
Inherits: DataAdminMessage
Implements: ISaveRequest


File:SaveRequest
Author(s):hdaniels
Created:Thu Sep 30 2010
/*
constructor public SaveRequest (h as handle ):
super (h).
end constructor.
constructor public SaveRequest (h as handle, pcurl as char ):
super (h,pcurl).
end constructor.
constructor public SaveRequest (ctnxtid as char,h as handle, pcurl as char ):
super (ctnxtid,h,pcurl).
end constructor.



Constructor Summary
  Options Name Purpose
  SaveRequest (character, character, handle) /* constructor public SaveRequest (h as handle ): super (h). end constructor. constructor public SaveRequest (h as handle, pcurl as char ): super (h,pcurl). end constructor. constructor public SaveRequest (ctnxtid as char,h as handle, pcurl as char ): super (ctnxtid,h,pcurl). end constructor. */

Constructor Detail
Top

SaveRequest (character, character, handle)

/*
constructor public SaveRequest (h as handle ):
super (h).
end constructor.
constructor public SaveRequest (h as handle, pcurl as char ):
super (h,pcurl).
end constructor.
constructor public SaveRequest (ctnxtid as char,h as handle, pcurl as char ):
super (ctnxtid,h,pcurl).
end constructor.
Parameters:
name CHARACTER
 
ctnxtid CHARACTER
 
h HANDLE