Show / Hide Table of Contents

Enum LocalizableParameterValuesJsonConverterBehavior

Behavior of Json converter Newtonsoft.Json.JsonConverter for dictionary with partially localizable values of process parameters.

Namespace: Terrasoft.Core.Process
Assembly: Terrasoft.Core.dll
Syntax
public enum LocalizableParameterValuesJsonConverterBehavior

Fields

Name Description
IgnoreLczValues

Ignore localizable values.

Normal

Normal.

Extension Methods

EnumUtilities.ToLocalizedString()
EnumUtilities.ToLocalizedString(CultureInfo)
ReflectionUtilities.GetPropertyValue(String)
ReflectionUtilities.GetPropertyDefValue(String, Object)
ReflectionUtilities.TryGetPropertyValue(String, Object)
ReflectionUtilities.HasProperty(String)
ReflectionUtilities.GetPropertyValue(String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(String)
ReflectionUtilities.SetPropertyValue(String, Object)
ReflectionUtilities.TrySetPropertyValue(String, Object)
ValidateUtilities.CheckArgumentNull(String)
ValidateUtilities.CheckDependencyNull(String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<LocalizableParameterValuesJsonConverterBehavior>()
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<LocalizableParameterValuesJsonConverterBehavior>(Boolean)
NSubstituteExtension.Protected(String, Object[])
NSubstituteExtension.Protected(String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(String)
NSubstituteExtension.MatchInstance<LocalizableParameterValuesJsonConverterBehavior>()
SubstituteUtilities.GetIsSubstituteObject()
Back to top Generated by DocFX