Table of Contents

Method NormalizeNestedProperties

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

NormalizeNestedProperties()

Normalizes nested properties specific to this entity type. Override this method to implement custom normalization logic (e.g., flattening nested arrays into dynamic properties).

protected virtual void NormalizeNestedProperties()

Remarks

This method is called by EnsureDynamicPropertiesNormalized() during property access. Implement this in derived classes to handle entity-specific normalization. For example, Project overrides this to flatten nested "client_interfaces" arrays.