Click or drag to resize

EAPTLSCache Properties

The EAPTLSCache type exposes the following members.

Properties
  NameDescription
Public propertyChildObjectID
Gets or Sets this collection's child object ID
(Inherited from Properties.)
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
(Inherited from Properties.)
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
(Inherited from Properties.)
Public propertyItemString
Indexer declaration
(Inherited from Properties.)
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.
(Inherited from Properties.)
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.
(Inherited from Properties.)
Public propertyObjectID
The obj_id used to load from the database
(Inherited from Properties.)
Public propertyObjectTypeKey
The obj_type_key used to load from the database
(Inherited from Properties.)
Public propertySubObjectType
Gets or Sets this collection's sub object type
(Inherited from Properties.)
Public propertySyncRoot
An object that can be used to synchronize access to the ArrayList.
(Inherited from EAPCollectionBase.)
Top
See Also