dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
VisibleContentElements Class
public record VisibleContentElements : System.IEquatable<dymaptic.GeoBlazor.Core.Model.VisibleContentElements>
Inheritance System.Object 🡒 VisibleContentElements
Implements System.IEquatable<VisibleContentElements>
Constructors
  VisibleContentElements(Nullable, 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, System.Nullable<bool> Relationship=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
Relationship System.Nullable<System.Boolean>
Indicates whether to display any RelationshipContent 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; init; }
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; init; }
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; init; }
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; init; }
Property Value
System.Nullable<System.Boolean>
VisibleContentElements.Relationship Property
Indicates whether to display any RelationshipContent elements. ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Relationship { get; init; }
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; init; }