public property BXmlPropertyAttribute.FlattenChild

Brief

Flag indicating that the properties of the child

Declaration
C#
bool  FlattenChild public get; public set;

Details

element must be saved as attributes of the containing element.

The name of the property will be used as a prefix for the attributes of the child element.

DO NOT use this flag for child elements that contains collections or child elements themselves

Declared in BXmlPropertyAttribute

back