Table of Contents

Namespace Kepware.Api.Util

Classes

CustomHashGenerator
CustomHashGenerator.HashSourceBuilder
EndpointResolver
EntityCompare

Compares two entities and determines if they are the same, different, or if one is missing. Left represents the source and Right represents the target.

PresentInRightOnly - The entity is in the Right but not in the Left. PresentInLeftOnly - The entity is in the Left but not in the Right. Changed - The entity is in both the Left and Right but the properties are different. None - The entity is in both the Left and Right and the properties are the same.

EntityCompare.CollectionResultBucket<K>

Represents the result of comparing two collections of entities.

EntityCompare.ResultBucket<T>

Represents the result of comparing two entities.

EnvVariableResolver
HelperExtentions
Ipv4OnlyHttpClientHandler

A custom HttpClientHandler that ensures HttpClient only uses IPv4 addresses for DNS resolution.

Enums

EntityCompare.CompareResult

The result of comparing two entities.