Skip to main content

simplemacrovalue-class

Represents one macro value.

public class Korzh.EasyQuery.SimpleMacroValue
: IMacroValue

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
SimpleMacroValue(string id, string value)voidInitializes a new instance of the Korzh.EasyQuery.SimpleMacroValue class.

Properties

NameTypeDescription
CountintGets the count of values returned by this macro
DataTypeDataTypeGets or sets macro data type
IdstringGets the macro ID.
ValuestringReturns the first value in list. It is useful for macros which hold only single value

Methods

NameTypeDescription
GetValue(int index)stringGets the value by its index.