ClassTypeInfo
Class
Model representing .NET type information for runtime type resolution operations.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
cs-api-definition
public class TypeInfo
Inheritance: objectTypeInfo
Derived Classes:
Constructors
TypeInfo()
Declaration
cs-api-definition
public TypeInfo()
Properties
TypeName
Gets or sets the assembly-qualified name of the type.
Declaration
cs-api-definition
[Required]
public string TypeName { get; set; }
Property Value
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.