Table of Contents

Class AnyChildXmlField

Namespace
Tlabs.Data.Entity.Intern
Assembly
Tlabs.Data.dll

Derived DocumentSchema.Field to convert any xml child-elements into ExtMappingInfo.

public class AnyChildXmlField : DocumentSchema.Field
Inheritance
AnyChildXmlField
Inherited Members
Extension Methods

Constructors

AnyChildXmlField()

Default ctor

public AnyChildXmlField()

AnyChildXmlField(Field)

Ctor from other

public AnyChildXmlField(DocumentSchema.Field other)

Parameters

other DocumentSchema.Field

Properties

AnyChildElements

Property to receive any child elements.

public XmlElement[]? AnyChildElements { get; set; }

Property Value

XmlElement[]