Class LJSSectionNode
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.CodeAnalysis.Laconfig
Assembly: Azos.dll
Syntax
public sealed class LJSSectionNode : LJSNode
Properties
Children
All nodes in order of declaration: sections, content, script, attributes
Declaration
public LJSNode[] Children { get; }
Property Value
Type | Description |
---|---|
LJSNode[] |
TranspilerPragma
The name assigned to this section node like div='pragma1'{} to be used by the script/generator, most likely used for assigning a deterministic variable name in java script to the element
Declaration
public string TranspilerPragma { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Print(StringBuilder, Int32)
Declaration
public override void Print(StringBuilder builder, int indent)
Parameters
Type | Name | Description |
---|---|---|
System.Text.StringBuilder | builder | |
System.Int32 | indent |