Properties Properties |
The Properties type exposes the following members.
Name | Description | |
---|---|---|
ChildObjectID |
Gets or Sets this collection's child object ID
| |
Count |
The number of elements actually contained in the ArrayList.
(Inherited from EAPCollectionBase.) | |
IsDirty | ||
IsFixedSize |
true if the ArrayList has a fixed size; otherwise, false. The default is false.
(Inherited from EAPCollectionBase.) | |
IsReadOnly |
Returns true if the collection is read-only. (Default is false)
(Inherited from EAPCollectionBase.) | |
IsSynchronized |
true if access to the internal ArrayList is synchronized (thread-safe); otherwise, false. The default is false.
(Inherited from EAPCollectionBase.) | |
ItemInt32 |
Indexer declaration
| |
ItemString |
Indexer declaration
| |
Loaded |
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.
| |
LoadedDate |
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.
| |
ObjectID |
The obj_id used to load from the database
| |
ObjectTypeKey |
The obj_type_key used to load from the database
| |
SubObjectType |
Gets or Sets this collection's sub object type
| |
SyncRoot |
An object that can be used to synchronize access to the ArrayList.
(Inherited from EAPCollectionBase.) |