Click or drag to resize

Properties Properties

The Properties type exposes the following members.

Properties
  NameDescription
Public propertyChildObjectID
Gets or Sets this collection's child object ID
Public propertyCount
The number of elements actually contained in the ArrayList.
(Inherited from EAPCollectionBase.)
Public propertyIsDirty
When set, sets or clears the IsDirty bit on each Property in the collection. When retrieved, returns true if the IsDirty bit is set on any Property in the collection
Public propertyIsFixedSize
true if the ArrayList has a fixed size; otherwise, false. The default is false.
(Inherited from EAPCollectionBase.)
Public propertyIsReadOnly
Returns true if the collection is read-only. (Default is false)
(Inherited from EAPCollectionBase.)
Public propertyIsSynchronized
true if access to the internal ArrayList is synchronized (thread-safe); otherwise, false. The default is false.
(Inherited from EAPCollectionBase.)
Public propertyItemInt32
Indexer declaration
Public propertyItemString
Indexer declaration
Public propertyLoaded
True if the collection has been loaded, False otherwise. Note that the collection may have been loaded and still remain empty. Also, the Load methods do not honor this flag. You can test LoadedDate to determine the UTC date/time that this collection was last marked as Loaded.
Public propertyLoadedDate
Gets the UTC date/time that this collection was last marked as Loaded. If the collection has not been so marked, DateTime.MinValue is returned.
Public propertyObjectID
The obj_id used to load from the database
Public propertyObjectTypeKey
The obj_type_key used to load from the database
Public propertySubObjectType
Gets or Sets this collection's sub object type
Public propertySyncRoot
An object that can be used to synchronize access to the ArrayList.
(Inherited from EAPCollectionBase.)
Top
See Also