Class TypeInfoWithFilter
Model representing .NET type information with filtering options for data member selection.
Inherited Members
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class TypeInfoWithFilter : TypeInfo
Remarks
Extends TypeInfo to provide filtering capabilities for object data source configuration, allowing selective display of type members based on data object attributes and annotations.
Constructors
TypeInfoWithFilter()
Declaration
public TypeInfoWithFilter()
Properties
DataMembersOnly
Gets or sets a value indicating whether to show only members decorated with the DataObjectMethodAttribute.
Declaration
public bool DataMembersOnly { get; set; }
Property Value
|
System.Boolean
|
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.