File: eaf_n_cst_businessobjectattrib.sru
Size: 970
Date: Tue, 22 Jan 2008 23:40:34 +0100
$PBExportHeader$eaf_n_cst_businessobjectattrib.sru
forward
global type eaf_n_cst_businessobjectattrib from nonvisualobject
end type
end forward

global type eaf_n_cst_businessobjectattrib from nonvisualobject
end type
global eaf_n_cst_businessobjectattrib eaf_n_cst_businessobjectattrib

type variables
//DataSet Name
string                              is_name

//Retrieve or Update Action Requested for the DataSet
string                              is_action

//All arguments in XML form - ArgumentService only has Arguments specified using the EAFArgument tag
string                              is_xmlarguments

//Argument Service
n_cst_argumentservice            inv_argumentservice

//Datastore reference for use with LUW services only
n_datastore                      ids_working

end variables

on eaf_n_cst_businessobjectattrib.create
call super::create
TriggerEvent( this, "constructor" )
end on

on eaf_n_cst_businessobjectattrib.destroy
TriggerEvent( this, "destructor" )
call super::destroy
end on