Appendix
Copy
The Aras.Server.Core.Configurator.IStringNotationConverter interface requires its implementors to support the ConvertExpressionToStringNotation method. This method provides a String Notation value to a given Effectivity Expression object representation.
The Aras.Server.Core.Configurator.IStringNotationConverter interface definition is:
namespace Aras.Server.Core.Configurator
{
public interface IStringNotationConverter
{
string ConvertExpressionToStringNotation(ExpressionBase expression);
}
}