Table of Contents

Class ReClasser

Namespace
SunamoShared
Assembly
SunamoShared.dll

Extension for converting objects to dynamic ExpandoObject, skipping null/empty values.

public static class ReClasser
Inheritance
ReClasser
Inherited Members

Methods

FixMeUp(object)

Converts an object to a dynamic ExpandoObject, excluding null and whitespace-only string properties. Must be here because it is used in JsonSystemTextJson etc.

public static dynamic FixMeUp(this object fixMe)

Parameters

fixMe object

The object to convert.

Returns

dynamic