LiquidTechnologies.XmlObjects Namespace / LxNillable<T> Class
Properties Methods


In This Topic
    LxNillable<T> Class Members
    In This Topic

    The following tables list the members exposed by LxNillable<T>.

    Public Properties
     NameDescription
    Public PropertyIndicates whether the XML element is a nil. When true the attribute xsi:nil="true" is added to the element, and its contents (text and child nodes) are omitted. When false the element is written out complete with its content.  
    Public PropertyThe underlying value that will become the contents of the XML element when IsNil is false.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a LxNillable<T> wrapper for a class type  
    Top
    Public Operators
    Overloaded. Implicitly converts a LxNillable<T> to its contained value
    Top
    See Also