GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

FieldValueFormatFunctionParams Class

public record FieldValueFormatFunctionParams : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.FieldValueFormatFunctionParams>

Inheritance System.Object 🡒 FieldValueFormatFunctionParams

Implements System.IEquatable<FieldValueFormatFunctionParams>

Constructors

FieldValueFormatFunctionParams(IReadOnlyCollection, Column, Graphic, Field, Nullable, IReadOnlyCollection, string, Nullable) Constructor

public FieldValueFormatFunctionParams(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.AttachmentInfo>? Attachments=null, dymaptic.GeoBlazor.Pro.Model.Column? Column=null, dymaptic.GeoBlazor.Core.Components.Graphic? Feature=null, dymaptic.GeoBlazor.Core.Components.Field? Field=null, System.Nullable<int> Index=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Model.RelatedRecordInfo>? RelatedRecords=null, string? Value=null, System.Nullable<int> VirtualIndex=null);

Parameters

Attachments System.Collections.Generic.IReadOnlyCollection<AttachmentInfo>

Column Column

Feature Graphic

Field Field

Index System.Nullable<System.Int32>

RelatedRecords System.Collections.Generic.IReadOnlyCollection<RelatedRecordInfo>

Value System.String

VirtualIndex System.Nullable<System.Int32>

Properties

FieldValueFormatFunctionParams.Attachments Property

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.AttachmentInfo>? Attachments { get; init; }

Property Value

System.Collections.Generic.IReadOnlyCollection<AttachmentInfo>

FieldValueFormatFunctionParams.Column Property

public dymaptic.GeoBlazor.Pro.Model.Column? Column { get; init; }

Property Value

Column

FieldValueFormatFunctionParams.Feature Property

public dymaptic.GeoBlazor.Core.Components.Graphic? Feature { get; init; }

Property Value

Graphic

FieldValueFormatFunctionParams.Field Property

public dymaptic.GeoBlazor.Core.Components.Field? Field { get; init; }

Property Value

Field

FieldValueFormatFunctionParams.Index Property

public System.Nullable<int> Index { get; init; }

Property Value

System.Nullable<System.Int32>

FieldValueFormatFunctionParams.RelatedRecords Property

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Model.RelatedRecordInfo>? RelatedRecords { get; init; }

Property Value

System.Collections.Generic.IReadOnlyCollection<RelatedRecordInfo>

FieldValueFormatFunctionParams.Value Property

public string? Value { get; init; }

Property Value

System.String

FieldValueFormatFunctionParams.VirtualIndex Property

public System.Nullable<int> VirtualIndex { get; init; }

Property Value

System.Nullable<System.Int32>