dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components

CapabilitiesAttachment Class

Describes what attachment capabilities are enabled on the layer.
ArcGIS Maps SDK for JavaScript

public class CapabilitiesAttachment : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 CapabilitiesAttachment

Constructors

CapabilitiesAttachment() Constructor

Parameterless constructor for use as a Razor Component.

public CapabilitiesAttachment();

CapabilitiesAttachment(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor

Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.

public CapabilitiesAttachment(System.Nullable<bool> supportsCacheHint=null, System.Nullable<bool> supportsContentType=null, System.Nullable<bool> supportsExifInfo=null, System.Nullable<bool> supportsKeywords=null, System.Nullable<bool> supportsName=null, System.Nullable<bool> supportsOrderByFields=null, System.Nullable<bool> supportsResize=null, System.Nullable<bool> supportsSize=null);

Parameters

supportsCacheHint System.Nullable<System.Boolean>

Indicates if the attachment operations support a cache hint.
ArcGIS Maps SDK for JavaScript

supportsContentType System.Nullable<System.Boolean>

Indicates if the attachments can be queried by their content types.
ArcGIS Maps SDK for JavaScript

supportsExifInfo System.Nullable<System.Boolean>

Indicates if the attachment queries support exifInfo.
ArcGIS Maps SDK for JavaScript

supportsKeywords System.Nullable<System.Boolean>

Indicates if the attachments can be queried by their keywords.
ArcGIS Maps SDK for JavaScript

supportsName System.Nullable<System.Boolean>

Indicates if the attachments can be queried by their names.
ArcGIS Maps SDK for JavaScript

supportsOrderByFields System.Nullable<System.Boolean>

supportsResize System.Nullable<System.Boolean>

Indicates if resized attachments are supported in the feature layer.
ArcGIS Maps SDK for JavaScript

supportsSize System.Nullable<System.Boolean>

Indicates if the attachments can be queried by their sizes.
ArcGIS Maps SDK for JavaScript

Properties

CapabilitiesAttachment.SupportsCacheHint Property

Indicates if the attachment operations support a cache hint.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CapabilitiesAttachment.SupportsContentType Property

Indicates if the attachments can be queried by their content types.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CapabilitiesAttachment.SupportsExifInfo Property

Indicates if the attachment queries support exifInfo.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CapabilitiesAttachment.SupportsKeywords Property

Indicates if the attachments can be queried by their keywords.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CapabilitiesAttachment.SupportsName Property

Indicates if the attachments can be queried by their names.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CapabilitiesAttachment.SupportsOrderByFields Property

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

Property Value

System.Nullable<System.Boolean>

CapabilitiesAttachment.SupportsResize Property

Indicates if resized attachments are supported in the feature layer.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CapabilitiesAttachment.SupportsSize Property

Indicates if the attachments can be queried by their sizes.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

Methods

CapabilitiesAttachment.GetSupportsCacheHint() Method

Asynchronously retrieve the current value of the SupportsCacheHint property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsCacheHint();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesAttachment.GetSupportsContentType() Method

Asynchronously retrieve the current value of the SupportsContentType property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsContentType();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesAttachment.GetSupportsExifInfo() Method

Asynchronously retrieve the current value of the SupportsExifInfo property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsExifInfo();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesAttachment.GetSupportsKeywords() Method

Asynchronously retrieve the current value of the SupportsKeywords property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsKeywords();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesAttachment.GetSupportsName() Method

Asynchronously retrieve the current value of the SupportsName property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsName();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesAttachment.GetSupportsOrderByFields() Method

Asynchronously retrieve the current value of the SupportsOrderByFields property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsOrderByFields();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesAttachment.GetSupportsResize() Method

Asynchronously retrieve the current value of the SupportsResize property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsResize();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesAttachment.GetSupportsSize() Method

Asynchronously retrieve the current value of the SupportsSize property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetSupportsSize();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

CapabilitiesAttachment.SetSupportsCacheHint(Nullable) Method

Asynchronously set the value of the SupportsCacheHint property after render.

public System.Threading.Tasks.Task SetSupportsCacheHint(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesAttachment.SetSupportsContentType(Nullable) Method

Asynchronously set the value of the SupportsContentType property after render.

public System.Threading.Tasks.Task SetSupportsContentType(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesAttachment.SetSupportsExifInfo(Nullable) Method

Asynchronously set the value of the SupportsExifInfo property after render.

public System.Threading.Tasks.Task SetSupportsExifInfo(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesAttachment.SetSupportsKeywords(Nullable) Method

Asynchronously set the value of the SupportsKeywords property after render.

public System.Threading.Tasks.Task SetSupportsKeywords(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesAttachment.SetSupportsName(Nullable) Method

Asynchronously set the value of the SupportsName property after render.

public System.Threading.Tasks.Task SetSupportsName(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesAttachment.SetSupportsOrderByFields(Nullable) Method

Asynchronously set the value of the SupportsOrderByFields property after render.

public System.Threading.Tasks.Task SetSupportsOrderByFields(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesAttachment.SetSupportsResize(Nullable) Method

Asynchronously set the value of the SupportsResize property after render.

public System.Threading.Tasks.Task SetSupportsResize(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CapabilitiesAttachment.SetSupportsSize(Nullable) Method

Asynchronously set the value of the SupportsSize property after render.

public System.Threading.Tasks.Task SetSupportsSize(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task