Class SimpleExpression
Inheritance
SimpleExpression
Assembly: Mangrove.Parsing.dll
Syntax
public class SimpleExpression : IParseableExpression
Constructors
View Source
SimpleExpression(String, String, String, String, String, String, IReadOnlyList<String>, IReadOnlyList<String>)
Declaration
public SimpleExpression([PropertyMap("Name")] string name, [PropertyMap("Extern")] string extern, [PropertyMap("Content")] string content = null, [PropertyMap("Table")] string table = null, [PropertyMap("Flag")] string flag = null, [PropertyMap("Type")] string type = null, [PropertyMap("Resources")] IReadOnlyList<string> resources = null, [PropertyMap("Resources")] IReadOnlyList<string> imports = null)
Parameters
Properties
View Source
Content
Declaration
public string Content { get; set; }
Property Value
View Source
Extern
Declaration
public string Extern { get; set; }
Property Value
View Source
Flag
Declaration
public string Flag { get; set; }
Property Value
View Source
Imports
Declaration
public IReadOnlyList<string> Imports { get; set; }
Property Value
View Source
Name
Declaration
public string Name { get; set; }
Property Value
View Source
ParsingDirectives
Declaration
public IReadOnlyList<string> ParsingDirectives { get; set; }
Property Value
View Source
Resources
Declaration
public IReadOnlyList<string> Resources { get; set; }
Property Value
View Source
Table
Declaration
public string Table { get; set; }
Property Value
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Methods
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods