Class XMLFragmentElement
- Namespace
- Alis.Core.Physic.Common
- Assembly
- Alis.dll
The xml fragment element class
internal class XMLFragmentElement
Inheritance
Inherited Members
Fields
_attributes
The xml fragment attribute
private readonly List<XMLFragmentAttribute> _attributes
Field Value
_elements
The xml fragment element
private readonly List<XMLFragmentElement> _elements
Field Value
Properties
Attributes
Gets the value of the attributes
public IList<XMLFragmentAttribute> Attributes { get; }
Property Value
Elements
Gets the value of the elements
public IList<XMLFragmentElement> Elements { get; }
Property Value
InnerXml
Gets or sets the value of the inner xml
public string InnerXml { get; set; }
Property Value
Name
Gets or sets the value of the name
public string Name { get; set; }
Property Value
OuterXml
Gets or sets the value of the outer xml
public string OuterXml { get; set; }
Property Value
Value
Gets or sets the value of the value
public string Value { get; set; }