Namespace: OpenEdge.DataAdmin.Core
Interface
IElement
Parent classes:
Inherits: Progress.Lang.Object

/* 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:Base properties needed by entities and for interobject
communication in binding
Author(s):hdaniels
Created:Sat Oct 08 13:27:11 EDT 2011
Notes:Not expected to have any direct implementations.
Known sub interfaces
- OpenEdge.DataAdmin.IDataAdminElement
- OpenEdge.DataAdmin.Binding.IRow



Property Summary
Options Name Purpose
LOGICAL Created /** Tells whether the instance is newly created (not saved to service). Modified is always false when Created is true */
LOGICAL Modified /** Tells whether an instance is modified after it was read from the service. Can only be true for a persisted object and is thus always false if Created is true. */


Property Detail
Top

LOGICAL Created

Purpose: Tells whether the instance is newly created (not saved to service).
Modified is always false when Created is true
Returns LOGICAL
Top

LOGICAL Modified

Purpose: Tells whether an instance is modified after it was read from the service.
Can only be true for a persisted object and is thus always false if
Created is true.
Returns LOGICAL


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7