ClassTypeInfoWithFilter
Class
Model representing .NET type information with filtering options for data member selection.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
cs-api-definition
public class TypeInfoWithFilter : TypeInfo
Inheritance: objectTypeInfoTypeInfoWithFilter
Inherited Members
Constructors
TypeInfoWithFilter()
Declaration
cs-api-definition
public TypeInfoWithFilter()
Properties
DataMembersOnly
Gets or sets a value indicating whether to show only members decorated with the DataObjectMethodAttribute.
Declaration
cs-api-definition
public bool DataMembersOnly { get; set; }
Property Value
bool
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.