Show / Hide Table of Contents

Interface ISetValueAction

Namespace: Terrasoft.Core.DB
Assembly: Terrasoft.Core.dll
Syntax
public interface ISetValueAction

Properties

Caption

Declaration
string Caption { get; set; }
Property Value
Type Description
System.String

DisplayValue

Declaration
object DisplayValue { get; set; }
Property Value
Type Description
System.Object

OperationType

Declaration
SetColumnValueActionType OperationType { get; set; }
Property Value
Type Description
SetColumnValueActionType

ShortCaption

Declaration
string ShortCaption { get; set; }
Property Value
Type Description
System.String

Value

Declaration
object Value { get; set; }
Property Value
Type Description
System.Object

Extension Methods

ReflectionUtilities.GetPropertyValue(Object, String)
ReflectionUtilities.GetPropertyDefValue(Object, String, Object)
ReflectionUtilities.TryGetPropertyValue(Object, String, out Object)
ReflectionUtilities.HasProperty(Object, String)
ReflectionUtilities.GetPropertyValue(Object, String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(Object, String)
ReflectionUtilities.SetPropertyValue(Object, String, Object)
ReflectionUtilities.TrySetPropertyValue(Object, String, Object)
ValidateUtilities.CheckArgumentNull(Object, String)
ValidateUtilities.CheckDependencyNull(Object, String)
ValidateUtilities.EnsureDependencyNotNull<T>(T, String)
In This Article
Back to top © 2021 Creatio. All rights reserved.