Namespace: OpenEdge.DataAdmin
Type: Interface IExtentList
Parent Classes:
Inherits: OpenEdge.DataAdmin.IDataAdminCollection


/* 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.
Author(s):hdaniels
Created:Thu Jun 10 00:26:27 EDT 2010



Method Summary
  Options Name Purpose
  LOGICAL Add (IExtent) /** Add the extent to the list */
  OpenEdge.DataAdmin.IExtent Get (integer) /** Get the extent with the specified number from the list */
  INTEGER IndexOf (IExtent) /* Returns the index in this list of the specified extent */
  LOGICAL Remove (IExtent) /** Removes the extent from the collection. Returns true if the removal was successful. Can only be performed if the extent is not saved. */

Method Detail
Top

LOGICAL Add (IExtent)

Purpose: Add the extent to the list
Parameters:
pExtent OpenEdge.DataAdmin.IExtent
 
Returns LOGICAL
 
Top

OpenEdge.DataAdmin.IExtent Get (integer)

Purpose: Get the extent with the specified number from the list
Parameters:
i INTEGER
 
Returns OpenEdge.DataAdmin.IExtent
 
Top

INTEGER IndexOf (IExtent)

/* Returns the index in this list of the specified extent
Parameters:
pExtent OpenEdge.DataAdmin.IExtent
 
Returns INTEGER
 
Top

LOGICAL Remove (IExtent)

Purpose: Removes the extent from the collection. Returns true if the removal was successful.
Can only be performed if the extent is not saved.
Parameters:
pExtent OpenEdge.DataAdmin.IExtent
 
Returns LOGICAL