GeoBlazor Pro
layout: pro title: PopupTemplateResults parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
PopupTemplateResults Class
The return object of the GetTemplates(PopupTemplateCreatorParams) or GetClusterTemplates(PopupTemplateCreatorParams) method.
ArcGIS Maps SDK for JavaScript
public class PopupTemplateResults :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.PopupTemplateResults>
Inheritance System.Object 🡒 PopupTemplateResults
Implements System.IEquatable<PopupTemplateResults>
Constructors
PopupTemplateResults(PopupTemplateResult, IReadOnlyCollection) Constructor
The return object of the GetTemplates(PopupTemplateCreatorParams) or GetClusterTemplates(PopupTemplateCreatorParams) method.
ArcGIS Maps SDK for JavaScript
public PopupTemplateResults(dymaptic.GeoBlazor.Pro.Model.PopupTemplateResult PrimaryTemplate, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Model.PopupTemplateResult> SecondaryTemplates);
Parameters
PrimaryTemplate
PopupTemplateResult
Includes the primary PopupTemplate suggested for the input layer.
SecondaryTemplates
System.Collections.Generic.IReadOnlyCollection<PopupTemplateResult>
Includes secondary PopupTemplates that may be applied to the input layer.
Properties
PopupTemplateResults.PrimaryTemplate Property
Includes the primary PopupTemplate suggested for the input layer.
public dymaptic.GeoBlazor.Pro.Model.PopupTemplateResult PrimaryTemplate { get; set; }
Property Value
PopupTemplateResults.SecondaryTemplates Property
Includes secondary PopupTemplates that may be applied to the input layer.
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Model.PopupTemplateResult> SecondaryTemplates { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<PopupTemplateResult>