Namespace: OpenEdge.DataAdmin
Type: Interface IDataAdminElement
Parent Classes:
Inherits: OpenEdge.DataAdmin.IDataAdminSerializable


/* Copyright (c) 2011 by progress Software Corporation
/*
/* all rights reserved. no part of this program or document
/* may be reproduced in any form or by any means without
/* permission in writing from progress Software Corporation.
File:IDataAdminElement
Author(s):hdaniels
Created:Aug 2010



Method Summary
  Options Name Purpose
  Export ()
  Export (character)
  ExportTree (character)
  ExportTree (character, character)
  Import (character) /** Import entity data from the specified file (must exist) @param file the file name to imprt from - currently supportes .json only */
  ImportTree (character) /** Import entity data including child collections from the specified file (the top level entity must exist) @param file the file name to imprt from - currently supportes .json only */

Property Summary
  Options Name Purpose
  LOGICAL Attached
  CHARACTER ContextId
  OpenEdge.DataAdmin.IRequestInfo RequestInfo
  OpenEdge.DataAdmin.IDataAdminService Service


Method Detail
Top

Export ()

Top

Export (character)

Parameters:
cFile CHARACTER
 
Top

ExportTree (character)

Parameters:
cFile CHARACTER
 
Top

ExportTree (character, character)

Parameters:
cFile CHARACTER
 
pcCollections CHARACTER
 
Top

Import (character)

Purpose: Import entity data from the specified file (must exist)
Parameters:
cFile CHARACTER
 
Top

ImportTree (character)

Purpose: Import entity data including child collections from the specified file (the top level entity must exist)
Parameters:
cFile CHARACTER
 


Property Detail
Top

LOGICAL Attached

Returns LOGICAL
 
Top

CHARACTER ContextId

Returns CHARACTER
 
Top

OpenEdge.DataAdmin.IRequestInfo RequestInfo

Returns OpenEdge.DataAdmin.IRequestInfo
 
Top

OpenEdge.DataAdmin.IDataAdminService Service

Returns OpenEdge.DataAdmin.IDataAdminService