layout: default title: LookupTypeAttribute parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Renderers
LookupTypeAttribute Class
Attribute to lookup the type name for a RendererType
public class LookupTypeAttribute : System.Attribute
Inheritance System.Object 🡒 System.Attribute 🡒 LookupTypeAttribute
Constructors
LookupTypeAttribute(string) Constructor
Constructor
public LookupTypeAttribute(string typeName);
Parameters
typeName
System.String
Properties
LookupTypeAttribute.TypeName Property
The type name
public string TypeName { get; set; }