Namespace: OpenEdge.DataAdmin
Interface
ISequenceValueMap
Parent classes:
Inherits: OpenEdge.DataAdmin.IDataAdminCollection

/* Copyright (c) 2010,2019 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:Sequence value map for sequence or tenant - maps to the opposite
Author(s):hdaniels
Created:Thu Jun 10 00:20:07 EDT 2010
Purpose: Sequence value map for sequence or tenant - maps to the opposite




Method Summary
Options Name Purpose
LOGICAL ContainsKey (IDataAdminElement) /** returns true if the map has the key - The key is ITenant when the owner of this collection is an ISequence. - The key is ISequence when the owner of this collection is an ITenant. */
LOGICAL ContainsValue (ISequenceValue) /** returns true if the map has the passed sequence value */
OpenEdge.DataAdmin.ISequenceValue Get (IDataAdminElement) /** returns the sequence value mapped to the passed IDataAdminElement key. - The key is ITenant when the owner of this collection is an ISequence. - The key is ISequence when the owner of this collection is an ITenant. */


Method Detail
Top

LOGICAL ContainsKey (IDataAdminElement)

Purpose: returns true if the map has the key
- The key is ITenant when the owner of this collection is an ISequence.
- The key is ISequence when the owner of this collection is an ITenant.
Parameters:
elem OpenEdge.DataAdmin.IDataAdminElement
Returns LOGICAL
Top

LOGICAL ContainsValue (ISequenceValue)

Purpose: returns true if the map has the passed sequence value
Parameters:
seq OpenEdge.DataAdmin.ISequenceValue
Returns LOGICAL
Top

OpenEdge.DataAdmin.ISequenceValue Get (IDataAdminElement)

Purpose: returns the sequence value mapped to the passed IDataAdminElement key.
- The key is ITenant when the owner of this collection is an ISequence.
- The key is ISequence when the owner of this collection is an ITenant.
Parameters:
elem OpenEdge.DataAdmin.IDataAdminElement
Returns OpenEdge.DataAdmin.ISequenceValue


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15