Namespace: OpenEdge.DataAdmin.Binding.Query
Type: Class AreaExtentQuery
Parent Classes:
Inherits: OpenEdge.DataAdmin.Binding.Query.FilteredContext


/* 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.
Purpose:abstract query for extents of an area
Author(s):hdaniels
Created:Sept 2011
Purpose: Used for a Area list of extents
Notes:



Method Summary
  Options Name Purpose
  LOGICAL CanFind (character)
  LOGICAL CanFind (integer)
  CreateRow (IDataAdminElement) /* override to call createrow that takes areaname */
  LOGICAL Find (character)
  LOGICAL Find (integer)

Constructor Summary
  Options Name Purpose
  AreaExtentQuery (ExtentContext, IRow, IRequestInfo) /* constructor public AreaExtentQuery (pcntxt as ExtentContext,pcAreaName as char,pReq as IRequestInfo): super (pcntxt,"areas",pcAreaName,pReq). ExtentContext = pcntxt. end constructor. */

Property Summary
  Options Name Purpose
  OpenEdge.DataAdmin.Binding.ExtentContext ExtentContext


Method Detail
Top

LOGICAL CanFind (character)

Parameters:
pname CHARACTER
 
Returns LOGICAL
 
Top

LOGICAL CanFind (integer)

Parameters:
pNum INTEGER
 
Returns LOGICAL
 
Top

CreateRow (IDataAdminElement)

/* override to call createrow that takes areaname
Parameters:
entity OpenEdge.DataAdmin.IDataAdminElement
 
Top

LOGICAL Find (character)

Parameters:
pname CHARACTER
 
Returns LOGICAL
 
Top

LOGICAL Find (integer)

Parameters:
pNum INTEGER
 
Returns LOGICAL
 


Constructor Detail
Top

AreaExtentQuery (ExtentContext, IRow, IRequestInfo)

/*
constructor public AreaExtentQuery (pcntxt as ExtentContext,pcAreaName as char,pReq as IRequestInfo):
super (pcntxt,"areas",pcAreaName,pReq).
ExtentContext = pcntxt.
end constructor.
Parameters:
pModel OpenEdge.DataAdmin.Binding.ExtentContext
 
pParent OpenEdge.DataAdmin.Binding.IRow
 
pReq OpenEdge.DataAdmin.IRequestInfo
 


Property Detail
Top

OpenEdge.DataAdmin.Binding.ExtentContext ExtentContext

Returns OpenEdge.DataAdmin.Binding.ExtentContext