New to Telerik ReportingStart a free 30-day trial

Model representing .NET type information with filtering options for data member selection.

Definition

Namespace:Telerik.WebReportDesigner.Services.Models

Assembly:Telerik.WebReportDesigner.Services.dll

Syntax:

C#
public class TypeInfoWithFilter : TypeInfo

Inheritance: objectTypeInfoTypeInfoWithFilter

Inherited Members TypeInfo.TypeName

Constructors

C#
public TypeInfoWithFilter()

Properties

Gets or sets a value indicating whether to show only members decorated with the DataObjectMethodAttribute.

C#
public bool DataMembersOnly { get; set; }
Remarks:

When true, filters the displayed type members to only those marked with DataObjectMethodAttribute, typically used in object data source wizards to show only data-relevant methods and properties.