DisplayFieldList Members
Include Protected Members
Include Inherited Members
Class that represents the fields selected in a query.
The DisplayFieldList type exposes the following members.
Methods
Name
Description
Overloaded. Adds a new FieldDefinition to the end of the DisplayFieldList.
Adds the given object to the list. (Inherited from OrderedVariableSizeList.)
Removes all FieldDefinition objects from the list. (Overrides OrderedVariableSizeList.Clear().)
Returns true if the specified FieldDefinition exists in the collection; otherwise false.
Obsolete. (Inherited from OrderedVariableSizeList.)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
(Inherited from OrderedVariableSizeList.)
Serves as a hash function for a particular type. (Inherited from Object.)
(Inherited from OrderedVariableSizeList.)
Gets the type of the current instance. (Inherited from Object.)
Returns the index of the specified FieldDefinition.
Returns the index of the specified Id.
Returns the index of the Object stored in the collection. (Inherited from OrderedVariableSizeList.)
Overloaded. Inserts a new FieldDefinition to the list.
Inserts the specified object in the list at the specified index. (Inherited from OrderedVariableSizeList.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Overloaded. Removes a FieldDefinition from the list.
Removes the FieldDefinition at the specified index. (Overrides OrderedVariableSizeList.RemoveAt(Int32).)
Puts the object into the list at the specified index. (Inherited from OrderedVariableSizeList.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Fields
Name
Description
(Inherited from OrderedVariableSizeList.)
Top
Properties
Name
Description
Gets the number of objects in the collection. (Overrides OrderedVariableSizeList.Count.)
Obsolete. (Inherited from OrderedVariableSizeList.)
Obsolete. (Inherited from OrderedVariableSizeList.)
Obsolete. (Inherited from OrderedVariableSizeList.)
Obsolete. (Inherited from OrderedVariableSizeList.)
Top
Explicit Interface Implementations
Name
Description
(Inherited from OrderedVariableSizeList.)
(Inherited from OrderedVariableSizeList.)
(Inherited from OrderedVariableSizeList.)
(Inherited from OrderedVariableSizeList.)
(Inherited from OrderedVariableSizeList.)
(Inherited from OrderedVariableSizeList.)
(Inherited from OrderedVariableSizeList.)
(Inherited from OrderedVariableSizeList.)
(Inherited from OrderedVariableSizeList.)
(Inherited from OrderedVariableSizeList.)
(Inherited from OrderedVariableSizeList.)
(Inherited from OrderedVariableSizeList.)
(Inherited from OrderedVariableSizeList.)
(Inherited from OrderedVariableSizeList.)
(Inherited from OrderedVariableSizeList.)
Top