File: eaf_n_cst_dataaccessattrib.sru
Size: 689
Date: Tue, 22 Jan 2008 23:39:43 +0100
$PBExportHeader$eaf_n_cst_dataaccessattrib.sru
forward
global type eaf_n_cst_dataaccessattrib from nonvisualobject
end type
end forward

global type eaf_n_cst_dataaccessattrib from nonvisualobject
end type
global eaf_n_cst_dataaccessattrib eaf_n_cst_dataaccessattrib

type variables
Public:

string                        is_identifier
any                           ia_args[]

n_datastore                   ids_data
n_cst_argumentservice         inv_argumentservice

string                        is_querywhere
end variables
on eaf_n_cst_dataaccessattrib.create
call super::create
TriggerEvent( this, "constructor" )
end on

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