Interface ISetValueAction
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
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