'Declaration
Public Enum DefaultAttributeHandlingRule Inherits System.Enum
public enum DefaultAttributeHandlingRule : System.Enum
'Declaration
Public Enum DefaultAttributeHandlingRule Inherits System.Enum
public enum DefaultAttributeHandlingRule : System.Enum
Member | Value | Description |
---|---|---|
OmitIfDefault | 2 | If default value has been set against an optional xs:attribute, and the property representing the attribute in the LXO object model has the same value as the default specified in the XSD, then an attribute is NOT written out. |
OmitIfNull | 1 | If the property representing an attribute is null in the LXO model, then it is not written out. |
WriteDefaultIfOmitted | 0 | If default value has been set against an optional xs:attribute, and the property representing the attribute in the LXO object model is null, then an attribute with the default value will be written out. |
System.Object
System.ValueType
System.Enum
LiquidTechnologies.XmlObjects.DefaultAttributeHandlingRule
Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.