SPDataSourceViewResultItem 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
Public method SPDataSourceViewResultItem Initializes a new instance of the SPDataSourceViewResultItem class.

Top

Properties

  Name Description
Public property DataSourceView Gets the SPDataSourceView object that is returning the result item.
Public property IncludeHidden Gets a Boolean value that specifies whether hidden fields are included.
Public property ResultItem Gets the result item object that this object provides type descriptor services for.
Public property UseInternalName Gets a Boolean value that indicates whether internal names of fields are used.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetAttributes Returns a collection of custom attributes for this instance of a component.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetClassName Returns the class name of this instance of a component.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetComponentName Returns the name of this instance of a component
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetConverter Returns a type converter for this instance of a component.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetDefaultEvent Returns the default event for this instance of a component.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetDefaultProperty Returns the default property for this instance of a component.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetEditor Returns an editor of the specified type for this instance of a component.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetEvents() Returns the events for this instance of a component.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetEvents([]) Returns the events for this instance of a component using the specified attribute array as a filter.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetProperties() Returns the properties exposed by the result item that this object is providing ICustomTypeDescriptor services for.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetProperties([]) Returns the properties for this instance of a component using the attribute array as a filter.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetPropertyOwner Returns an object that contains the property described by the specified property descriptor.

Top

See also

Reference

SPDataSourceViewResultItem class

Microsoft.SharePoint.WebControls namespace