EAPTLSCache Properties |
The EAPTLSCache type exposes the following members.
Name | Description | |
---|---|---|
ChildObjectID |
Gets or Sets this collection's child object ID
(Inherited from Properties.) | |
Count |
The number of elements actually contained in the ArrayList.
(Inherited from EAPCollectionBase.) | |
IsDirty |
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
(Inherited from Properties.) | |
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
(Inherited from Properties.) | |
ItemString |
Indexer declaration
(Inherited from Properties.) | |
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.
(Inherited from Properties.) | |
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.
(Inherited from Properties.) | |
ObjectID |
The obj_id used to load from the database
(Inherited from Properties.) | |
ObjectTypeKey |
The obj_type_key used to load from the database
(Inherited from Properties.) | |
SubObjectType |
Gets or Sets this collection's sub object type
(Inherited from Properties.) | |
SyncRoot |
An object that can be used to synchronize access to the ArrayList.
(Inherited from EAPCollectionBase.) |