qol: formatting
This commit is contained in:
@@ -2,14 +2,14 @@ using System.Collections;
|
||||
|
||||
namespace Disco.Services.Expressions
|
||||
{
|
||||
public interface IExpressionPart
|
||||
{
|
||||
public interface IExpressionPart
|
||||
{
|
||||
string RawSource { get; set; }
|
||||
string Source { get; set; }
|
||||
string Source { get; set; }
|
||||
bool ErrorsAllowed { get; set; }
|
||||
bool ParseError { get; }
|
||||
string ParseErrorMessage { get; }
|
||||
bool IsDynamic { get; set; }
|
||||
object Evaluate(object ExpressionContext, IDictionary Variables);
|
||||
}
|
||||
bool IsDynamic { get; set; }
|
||||
object Evaluate(object ExpressionContext, IDictionary Variables);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user