Back to Devexpress

NullValueAttribute Constructors

xpo-devexpress-dot-xpo-dot-nullvalueattribute-dot-ctor.md

latest3.2 KB
Original Source

NullValueAttribute Constructors

Associates a constant with the null value of a property or a field of a simple type.

NameParametersDescription
NullValueAttribute(Boolean)attributeValueInitializes a new instance of the NullValueAttribute class with the specified Boolean constant.
NullValueAttribute(Byte)attributeValueInitializes a new instance of the NullValueAttribute class with the specified 8-bit unsigned integer constant.
NullValueAttribute(Char)attributeValueInitializes a new instance of the NullValueAttribute class with the specified Unicode character constant.
NullValueAttribute(Double)attributeValueInitializes a new instance of the NullValueAttribute class with the specified double-precision floating point number constant.
NullValueAttribute(Int16)attributeValueInitializes a new instance of the NullValueAttribute class with the specified 16-bit signed integer constant.
NullValueAttribute(Int32)attributeValueInitializes a new instance of the NullValueAttribute class with the specified 32-bit signed integer constant.
NullValueAttribute(Int64)attributeValueInitializes a new instance of the NullValueAttribute class with the specified 64-bit signed integer constant.
NullValueAttribute(Object)attributeValueInitializes a new instance of the NullValueAttribute class with the object type constant.
NullValueAttribute(Single)attributeValueInitializes a new instance of the NullValueAttribute class with the specified single-precision floating point number constant.
NullValueAttribute(String)attributeValueInitializes a new instance of the NullValueAttribute class with the specified string constant.
NullValueAttribute(Type, String)type, attributeValueInitializes a new instance of the NullValueAttribute class and converts the specified value into the specified type.

See Also

NullValueAttribute Class

NullValueAttribute Members

DevExpress.Xpo Namespace