XBinder C# Runtime Library  2.8
Public Member Functions | Public Attributes | List of all members
com.objsys.xbinder.runtime.XBNillableElem< T > Class Template Reference

A wrapper class used to represent nillable elements. The value of the nillable element's type is held in elemValue. The isNilled flag indicates whether the element has been nilled or not. For a nilled element of complex type, whether a given filed in elemValue is used or not depends on whether it represents an atttribute (it will be used) or an element (it will not be used). More...

Public Member Functions

 XBNillableElem (T elemValue, bool isNilled)
 

Public Attributes

elemValue
 
bool isNilled
 

Detailed Description

A wrapper class used to represent nillable elements. The value of the nillable element's type is held in elemValue. The isNilled flag indicates whether the element has been nilled or not. For a nilled element of complex type, whether a given filed in elemValue is used or not depends on whether it represents an atttribute (it will be used) or an element (it will not be used).