C# Class SharpOS.AOT.IR.DumpProcessor.DumpElement

This class is used to track the previous ElementStack and sections sent to this dump processor.
Datei anzeigen Open project: sharpos/SharpOS

Public Properties

Property Type Description
Inline bool
NewLine bool
Property bool
Tag string

Public Methods

Method Description
DumpElement ( string tag ) : System

Initializes a new instance of the DumpElement class.

DumpElement ( string tag, bool newLine, bool inline, bool property ) : System

Initializes a new instance of the DumpElement class.

Method Details

DumpElement() public method

Initializes a new instance of the DumpElement class.
public DumpElement ( string tag ) : System
tag string The tag.
return System

DumpElement() public method

Initializes a new instance of the DumpElement class.
public DumpElement ( string tag, bool newLine, bool inline, bool property ) : System
tag string The tag.
newLine bool if set to true [new line].
inline bool
property bool
return System

Property Details

Inline public_oe property

public bool Inline
return bool

NewLine public_oe property

public bool NewLine
return bool

Property public_oe property

public bool Property
return bool

Tag public_oe property

public string Tag
return string