GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
RelatedRecordInfo Class
The related records for the associated feature used in the Columns’s and FieldColumn’s `formatFunction`. ArcGIS Maps SDK for JavaScript
public record RelatedRecordInfo : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.RelatedRecordInfo>
Inheritance System.Object 🡒 RelatedRecordInfo
Implements System.IEquatable<RelatedRecordInfo>
Constructors
RelatedRecordInfo(Nullable, Nullable) Constructor
The related records for the associated feature used in the Columns’s and FieldColumn’s `formatFunction`. ArcGIS Maps SDK for JavaScript
public RelatedRecordInfo(System.Nullable<long> RelationshipId=null, System.Nullable<int> Count=null);
Parameters
RelationshipId
System.Nullable<System.Int64>
Count
System.Nullable<System.Int32>
Properties
RelatedRecordInfo.Count Property
public System.Nullable<int> Count { get; init; }
Property Value
RelatedRecordInfo.RelationshipId Property
public System.Nullable<long> RelationshipId { get; init; }