ExcludeFieldsList Properties |
The ExcludeFieldsList type exposes the following members.
Name | Description | |
---|---|---|
Capacity | Gets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from ListIEntityFieldCore.) | |
Count | Gets the number of elements contained in the ListT. (Inherited from ListIEntityFieldCore.) | |
ExcludeContainedFields |
Gets / sets the flag ExcludeContainedFields, which should be set to true if the fields in this list should be excluded
and which should be false if the fields should be used as the fields to fetch and exclude the rest. (Inherited from ExcludeIncludeFieldsList.)Default is true. | |
Item | Gets or sets the element at the specified index. (Inherited from ListIEntityFieldCore.) |
Name | Description | |
---|---|---|
IListIsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from ListIEntityFieldCore.) | |
ICollectionTIsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ListIEntityFieldCore.) | |
IListIsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from ListIEntityFieldCore.) | |
ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ListIEntityFieldCore.) | |
IListItem | Gets or sets the element at the specified index. (Inherited from ListIEntityFieldCore.) | |
ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ListIEntityFieldCore.) |