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

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

Méthodes publiques

Свойство Type Description
Inline bool
NewLine bool
Property bool
Tag string

Méthodes publiques

Méthode 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 méthode

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

DumpElement() public méthode

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
Résultat System

Property Details

Inline public_oe property

public bool Inline
Résultat bool

NewLine public_oe property

public bool NewLine
Résultat bool

Property public_oe property

public bool Property
Résultat bool

Tag public_oe property

public string Tag
Résultat string