Table of Contents

Interface ICustomizable<T>

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

An interface that dictates whether or not an Entity can have custom properties.

public interface ICustomizable<T> where T : IEntity, ICustomizable<T>

Type Parameters

T

Where T is an IEntity, and ICustomizable.

Properties

CustomProperties

Gets or sets a list of PropertyValue<T>.

List<PropertyValue<T>>? CustomProperties { get; set; }

Property Value

List<PropertyValue<T>>

PropertyValue<T>