dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Serialization
MapComponentSerializationRecord Class
Base class for all Protobuf serialization records for MapComponents.
public abstract record MapComponentSerializationRecord : System.IEquatable<dymaptic.GeoBlazor.Core.Serialization.MapComponentSerializationRecord>
Inheritance System.Object 🡒 MapComponentSerializationRecord
Derived
↳ AttributeSerializationRecord
↳ MapComponentSerializationRecord<T>
Implements System.IEquatable<MapComponentSerializationRecord>
Properties
MapComponentSerializationRecord.IsNull Property
Indicates whether this record represents a null value.
public abstract bool IsNull { get; init; }