Fields Properties |
The Fields type exposes the following members.
Name | Description | |
---|---|---|
Count |
The number of elements actually contained in the ArrayList.
(Inherited from EAPCollectionBase.) | |
Dirty |
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.
| |
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 | Integer indexer for this collection. | |
ItemString |
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.
| |
Omitted |
A map of fields omitted by the mapper due to versioning or flavoring.
The dictionary maps field key to field id.
| |
OmittedInfo |
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.
| |
SyncRoot |
An object that can be used to synchronize access to the ArrayList.
(Inherited from EAPCollectionBase.) |