Namespace: OpenEdge.DataAdmin
Type: Interface IDomainSet
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
Purpose: Remove the domain from the collection



Method Summary
  Options Name Purpose
  LOGICAL Add (IDomain) /** Add the domain to the collection */
  LOGICAL CanFind (character) /** Return true if a Domain with the specified Name is in the collection */
  LOGICAL Contains (IDomain) /** Return true if the Domain is in the collection */
  OpenEdge.DataAdmin.IDomain Find (character) /** Return the Domain with the specified Name from the collection. Returns unknown if not found. */
  LOGICAL Remove (IDomain) /** Remove the domain from the collection */

Method Detail
Top

LOGICAL Add (IDomain)

Purpose: Add the domain to the collection
Parameters:
domain OpenEdge.DataAdmin.IDomain
 
Returns LOGICAL
 
Top

LOGICAL CanFind (character)

Purpose: Return true if a Domain with the specified Name is in the collection
Parameters:
name CHARACTER
 
Returns LOGICAL
 
Top

LOGICAL Contains (IDomain)

Purpose: Return true if the Domain is in the collection
Parameters:
domain OpenEdge.DataAdmin.IDomain
 
Returns LOGICAL
 
Top

OpenEdge.DataAdmin.IDomain Find (character)

Purpose: Return the Domain with the specified Name from the collection.
Returns unknown if not found.
Parameters:
name CHARACTER
 
Returns OpenEdge.DataAdmin.IDomain
 
Top

LOGICAL Remove (IDomain)

Purpose: Remove the domain from the collection
Parameters:
domain OpenEdge.DataAdmin.IDomain
 
Returns LOGICAL