Table of Contents

Class SettingHelper

Namespace
Innova.Data
Assembly
Innova.Data.dll

Helper class for converting settings between different types.

public static class SettingHelper
Inheritance
SettingHelper

Methods

ConvertFromSettings<T, E>(T)

Converts the specified object to a list of settings.

ConvertToSettingToTrue<T>(T, List<string>)

Sets the specified properties of the security setting object to true.

ConvertToSetting<T, E>(List<E>)

Converts a list of settings to the specified type.

GetConverter(Type)

Gets the appropriate type converter for the specified type.