Table of Contents

Method ResolveEndpoint

Namespace
Kepware.Api.Util
Assembly
Kepware.Api.dll

ResolveEndpoint<T>()

public static string ResolveEndpoint<T>()

Returns

string

Type Parameters

T

ResolveEndpoint<T>(NamedEntity?, string?)

Resolves the endpoint for the specified entity type.

public static string ResolveEndpoint<T>(NamedEntity? owner, string? itemName = null)

Parameters

owner NamedEntity
itemName string

Returns

string

Type Parameters

T

Exceptions

InvalidOperationException

ResolveEndpoint<T>(IEnumerable<string>)

Resolves the endpoint for the specified entity type.

public static string ResolveEndpoint<T>(IEnumerable<string> placeholderValues)

Parameters

placeholderValues IEnumerable<string>

Returns

string

Type Parameters

T

Exceptions

InvalidOperationException