SPDataSourceViewResultItem Members
Include Protected Members
Include Inherited Members
Provides custom type information for result item objects that are returned by the SPDataSourceView class.
The SPDataSourceViewResultItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDataSourceViewResultItem | Initializes a new instance of the SPDataSourceViewResultItem class. |
Top
Properties
Name | Description | |
---|---|---|
DataSourceView | Gets the SPDataSourceView object that is returning the result item. | |
IncludeHidden | Gets a Boolean value that specifies whether hidden fields are included. | |
ResultItem | Gets the result item object that this object provides type descriptor services for. | |
UseInternalName | Gets a Boolean value that indicates whether internal names of fields are used. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Top