Interface IConstantDefinition
Interface to a ConstantDefinition
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IConstantDefinition
  Properties
Name
Name of the constant
Declaration
string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Type
Type of the constant
Declaration
ConstantType Type { get; }
  Property Value
| Type | Description | 
|---|---|
| ConstantType | 
Value
Value of the constant
Declaration
string Value { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ValueType
Type of the constant value
Declaration
ConstantValueType ValueType { get; }
  Property Value
| Type | Description | 
|---|---|
| ConstantValueType |