Class TypeInfo
Represents a type model.
Inheritance
System.Object
TypeInfo
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class TypeInfo
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
|