dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

VisibleContentElements Class

public class VisibleContentElements :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.VisibleContentElements>

Inheritance System.Object 🡒 VisibleContentElements

Implements System.IEquatable<VisibleContentElements>

Constructors

VisibleContentElements(Nullable, Nullable, Nullable, Nullable, Nullable) Constructor

public VisibleContentElements(System.Nullable<bool> Attachments=null, System.Nullable<bool> Expression=null, System.Nullable<bool> Fields=null, System.Nullable<bool> Media=null, System.Nullable<bool> Text=null);

Parameters

Attachments System.Nullable<System.Boolean>

Indicates whether to display any AttachmentsContent elements.
ArcGIS Maps SDK for JavaScript

Expression System.Nullable<System.Boolean>

Indicates whether to display any ExpressionContent elements.
ArcGIS Maps SDK for JavaScript

Fields System.Nullable<System.Boolean>

Indicates whether to display any FieldsContent elements.
ArcGIS Maps SDK for JavaScript

Media System.Nullable<System.Boolean>

Indicates whether to display any MediaContent elements.
ArcGIS Maps SDK for JavaScript

Text System.Nullable<System.Boolean>

Indicates whether to display any TextContent elements.
ArcGIS Maps SDK for JavaScript

Properties

VisibleContentElements.Attachments Property

Indicates whether to display any AttachmentsContent elements.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Attachments { get; set; }

Property Value

System.Nullable<System.Boolean>

VisibleContentElements.Expression Property

Indicates whether to display any ExpressionContent elements.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Expression { get; set; }

Property Value

System.Nullable<System.Boolean>

VisibleContentElements.Fields Property

Indicates whether to display any FieldsContent elements.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Fields { get; set; }

Property Value

System.Nullable<System.Boolean>

VisibleContentElements.Media Property

Indicates whether to display any MediaContent elements.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Media { get; set; }

Property Value

System.Nullable<System.Boolean>

VisibleContentElements.Text Property

Indicates whether to display any TextContent elements.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Text { get; set; }

Property Value

System.Nullable<System.Boolean>