dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Serialization
MapComponentCollectionSerializationRecord Class
Generic base class for Protobuf serialization records representing collections of a specific item type.
public abstract record MapComponentCollectionSerializationRecord<TItem> : dymaptic.GeoBlazor.Core.Serialization.MapComponentBaseCollectionSerializationRecord, System.IEquatable<dymaptic.GeoBlazor.Core.Serialization.MapComponentCollectionSerializationRecord<TItem>>
where TItem : dymaptic.GeoBlazor.Core.Serialization.MapComponentSerializationRecord
Type parameters
TItem
The type of items in the collection.
Inheritance System.Object 🡒 MapComponentBaseCollectionSerializationRecord 🡒 MapComponentCollectionSerializationRecord
Derived
↳ AttributeCollectionSerializationRecord
↳ ImageDataCollectionSerializationRecord
↳ MapColorCollectionSerializationRecord
Implements System.IEquatable<dymaptic.GeoBlazor.Core.Serialization.MapComponentCollectionSerializationRecord<TItem>>
Properties
MapComponentCollectionSerializationRecord.Items Property
The collection of serialization record items.
public abstract TItem[]? Items { get; set; }