Show / Hide Table of Contents

Enum ParameterDirection

The modifier of the parameter. Determines the direction of the parameter value transfer.

Namespace: Terrasoft.Common
Assembly: Terrasoft.Common.dll
Syntax
public enum ParameterDirection

Fields

Name Description
Input

Inbound.

Output

Outbound.

Var

Inbound / Outbound.

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<ParameterDirection>()
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<ParameterDirection>(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<ParameterDirection>()
SubstituteUtilities.GetIsSubstituteObject()
Back to top Generated by DocFX