Exemplo n.º 1
0
	public static bool Render(this Racr.AstNode n) { return n.AttValue<bool>("Render"); }
Exemplo n.º 2
0
	public static string SExpr(this Racr.AstNode n) { return n.AttValue<string>("SExpr"); }
Exemplo n.º 3
0
	public static object Value(this Racr.AstNode n) { return n.AttValue<object>("Value"); }
Exemplo n.º 4
0
	public static Control Widget(this Racr.AstNode n) { return n.AttValue<Control>("Widget"); }
Exemplo n.º 5
0
	public static bool IsShown(this Racr.AstNode n) { return n.AttValue<bool>("IsShown"); }
Exemplo n.º 6
0
	public static ValueTypes Type(this Racr.AstNode n) { return n.AttValue<ValueTypes>("Type"); }
Exemplo n.º 7
0
	public static bool IsLValid(this Racr.AstNode n) { return n.AttValue<bool>("IsLValid"); }
Exemplo n.º 8
0
	public static bool IsActive(this Racr.AstNode n) { return n.AttValue<bool>("IsActive"); }
Exemplo n.º 9
0
	public static Racr.AstNode FindActive(this Racr.AstNode n, string name) { return n.AttValue<Racr.AstNode>("FindActive", name); }
Exemplo n.º 10
0
	public static bool IsErrorQuestion(this Racr.AstNode n) { return n.AttValue<bool>("IsErrorQuestion"); }
Exemplo n.º 11
0
	public static Racr.AstNode LLookup(this Racr.AstNode n, string name) { return n.AttValue<Racr.AstNode>("LLookup", name); }
Exemplo n.º 12
0
	public static Racr.AstNode ErrorQuestion(this Racr.AstNode n) { return n.AttValue<Racr.AstNode>("ErrorQuestion"); }
Exemplo n.º 13
0
	// Attribute Accessors
	public static Racr.AstNode Root(this Racr.AstNode n) { return n.AttValue<Racr.AstNode>("Root"); }
Exemplo n.º 14
0
	public static bool	N(this Racr.AstNode n) { return (bool)	n.AttValue("N"); }
Exemplo n.º 15
0
	public static int	M(this Racr.AstNode n) { return (int)	n.AttValue("M"); }