Table of Contents

Class HelperClass

Namespace
MASES.DataDistributionManager.Bindings
Assembly
DataDistributionManagerNet.dll

Class with helping function

public static class HelperClass
Inheritance
HelperClass
Inherited Members

Methods

FromIntString<T>(string)

Converts a numeric string representation into an enumerator

public static T FromIntString<T>(this string value)

Parameters

value string

The value to convert

Returns

T

The enumerator value

Type Parameters

T

Enumerator type

ToIntString(DDM_CHANNEL_DIRECTION)

Converts enum in string

public static string ToIntString(this DDM_CHANNEL_DIRECTION level)

Parameters

level DDM_CHANNEL_DIRECTION

DDM_CHANNEL_DIRECTION

Returns

string

Numeric string representation

ToIntString(DDM_CLUSTEREVENT)

Converts enum in string

public static string ToIntString(this DDM_CLUSTEREVENT level)

Parameters

level DDM_CLUSTEREVENT

DDM_CLUSTEREVENT

Returns

string

Numeric string representation

ToIntString(DDM_GENERAL_PARAMETER)

Converts enum in string

public static string ToIntString(this DDM_GENERAL_PARAMETER level)

Parameters

level DDM_GENERAL_PARAMETER

DDM_GENERAL_PARAMETER

Returns

string

Numeric string representation

ToIntString(DDM_INSTANCE_STATE)

Converts enum in string

public static string ToIntString(this DDM_INSTANCE_STATE level)

Parameters

level DDM_INSTANCE_STATE

DDM_INSTANCE_STATE

Returns

string

Numeric string representation

ToIntString(DDM_LOG_LEVEL)

Converts enum in string

public static string ToIntString(this DDM_LOG_LEVEL level)

Parameters

level DDM_LOG_LEVEL

DDM_LOG_LEVEL

Returns

string

Numeric string representation