Click or drag to resize

Fields Properties

The Fields type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of elements actually contained in the ArrayList.
(Inherited from EAPCollectionBase.)
Public propertyDirty
Dirty is used to determine or specify whether a set of fields has any changed values. Dirty returns true if the IField.Dirty flag is true for one of more fields in the collection. When written, the Dirty flag sets all the IField.Dirty flags to the specified state.
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
Integer indexer for this collection.
Public propertyItemString
String indexer for this collection. Note that if the field is not found then an entry is logged in the devlog. If it is expected that the field may not exist in the mapper's Fields collection and no such devlog entry is desired use Find(String, FieldFindType, FindBehaviour) or Field(String) to obtain the field.
Public propertyOmitted
A map of fields omitted by the mapper due to versioning or flavoring. The dictionary maps field key to field id.
Public propertyOmittedInfo
A map of additional information about fields omitted by the mapper due to versioning or flavoring. The dictionary maps field key to the additional information whose content is not specified at this time and subject to change.
Public propertySyncRoot
An object that can be used to synchronize access to the ArrayList.
(Inherited from EAPCollectionBase.)
Top
See Also