Class TypeInfo
Model representing .NET type information for runtime type resolution operations.
Inheritance
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class TypeInfo
Remarks
Used throughout the WebReportDesigner system for scenarios requiring type identification and resolution, particularly with object data sources and component type validation operations.
Constructors
TypeInfo()
Declaration
public TypeInfo()
Properties
TypeName
Gets or sets the assembly-qualified name of the type.
Declaration
public string TypeName { get; set; }
Property Value
|
System.String
|
Remarks
Must be a fully qualified type name that can be resolved at runtime, typically used for object data source type identification and .NET type loading operations.