Namespace: OpenEdge.DataAdmin.Core
Type: Class DataAdminWriter
Parent Classes:
Inherits: Progress.Lang.Object
Implements: IDataAdminWriter


/* 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:IDataAdminWriter
Author(s):hdaniels
Created:Mon Aug 16 20:18:09 EDT 2010



Method Summary
  Options Name Purpose
  IContextTree CreateContextTree ()
  IContextTree Load (IDataAdminSerializable, character)
  Parse (IDataAdminSerializable, IContextTree, character)
  CHARACTER ToString ()
  IContextTree Write (IDataAdminSerializable, character)

Constructor Summary
  Options Name Purpose
  DataAdminWriter ()

Method Detail
Top

IContextTree CreateContextTree ()

Returns IContextTree
 
Top

IContextTree Load (IDataAdminSerializable, character)

Parameters:
serializable IDataAdminSerializable
 
pcMode CHARACTER
 
Returns IContextTree
 
Top

Parse (IDataAdminSerializable, IContextTree, character)

Parameters:
serializable IDataAdminSerializable
 
tree IContextTree
 
pcMode CHARACTER
 
Top

CHARACTER ToString ()

Returns CHARACTER
 
Top

IContextTree Write (IDataAdminSerializable, character)

Parameters:
serializable IDataAdminSerializable
 
pcMode CHARACTER
 
Returns IContextTree
 


Constructor Detail
Top

DataAdminWriter ()