public property BXmlPropertyAttribute.ChildElement

Brief

Flag indicating that the value is a child element.

Declaration
C#
bool  ChildElement public get; public set;

Details

The type must be attributed with BXmlElementAttribute or BXmlSelectAttribute

If name is set, it will be forced for the element and the original element name will be save as "type" attribute.

If name is not set, the element name will be taken from the BXmlElement of the target type.

Declared in BXmlPropertyAttribute

back