Table of Contents

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

List<XMLFragmentAttribute>

_elements

The xml fragment element

private readonly List<XMLFragmentElement> _elements

Field Value

List<XMLFragmentElement>

Properties

Attributes

Gets the value of the attributes

public IList<XMLFragmentAttribute> Attributes { get; }

Property Value

IList<XMLFragmentAttribute>

Elements

Gets the value of the elements

public IList<XMLFragmentElement> Elements { get; }

Property Value

IList<XMLFragmentElement>

InnerXml

Gets or sets the value of the inner xml

public string InnerXml { get; set; }

Property Value

string

Name

Gets or sets the value of the name

public string Name { get; set; }

Property Value

string

OuterXml

Gets or sets the value of the outer xml

public string OuterXml { get; set; }

Property Value

string

Value

Gets or sets the value of the value

public string Value { get; set; }

Property Value

string