File: eaf_n_cst_interfacemanagerregattrib.sru
Size: 794
Date: Tue, 22 Jan 2008 23:40:16 +0100
$PBExportHeader$eaf_n_cst_interfacemanagerregattrib.sru
forward
global type eaf_n_cst_interfacemanagerregattrib from nonvisualobject
end type
end forward

global type eaf_n_cst_interfacemanagerregattrib from nonvisualobject
end type
global eaf_n_cst_interfacemanagerregattrib eaf_n_cst_interfacemanagerregattrib

type variables
Public:

string         is_id
string         is_retrievebonames[]
string         is_updatebonames[]
boolean        ib_allowdirectupdate
n_cst_dataset  inv_dataset

string         is_itemchangedbonames[]
string         is_lookupbonames[]
end variables
on eaf_n_cst_interfacemanagerregattrib.create
call super::create
TriggerEvent( this, "constructor" )
end on

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