Show / Hide Table of Contents

Class Null

Inheritance
object
Null
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public class Null

Constructors

Null()

Declaration
public Null()

Properties

NullBoolean

Declaration
public static bool NullBoolean { get; }
Property Value
Type Description
bool

NullByte

Declaration
public static byte NullByte { get; }
Property Value
Type Description
byte

NullDate

Declaration
public static DateTime NullDate { get; }
Property Value
Type Description
DateTime

NullDecimal

Declaration
public static decimal NullDecimal { get; }
Property Value
Type Description
decimal

NullDouble

Declaration
public static double NullDouble { get; }
Property Value
Type Description
double

NullGuid

Declaration
public static Guid NullGuid { get; }
Property Value
Type Description
Guid

NullInteger

Declaration
public static int NullInteger { get; }
Property Value
Type Description
int

NullShort

Declaration
public static short NullShort { get; }
Property Value
Type Description
short

NullSingle

Declaration
public static float NullSingle { get; }
Property Value
Type Description
float

NullString

Declaration
public static string NullString { get; }
Property Value
Type Description
string

Methods

GetNull(object, object)

Declaration
public static object GetNull(object objField, object objDBNull)
Parameters
Type Name Description
object objField
object objDBNull
Returns
Type Description
object

IsNull(object)

Declaration
public static bool IsNull(object objField)
Parameters
Type Name Description
object objField
Returns
Type Description
bool

SetNull(object, object)

Declaration
public static object SetNull(object objValue, object objField)
Parameters
Type Name Description
object objValue
object objField
Returns
Type Description
object

SetNull(PropertyInfo)

Declaration
public static object SetNull(PropertyInfo objPropertyInfo)
Parameters
Type Name Description
PropertyInfo objPropertyInfo
Returns
Type Description
object

SetNullBoolean(object)

Declaration
public static bool SetNullBoolean(object objValue)
Parameters
Type Name Description
object objValue
Returns
Type Description
bool

SetNullDateTime(object)

Declaration
public static DateTime SetNullDateTime(object objValue)
Parameters
Type Name Description
object objValue
Returns
Type Description
DateTime

SetNullDateTime(object, DateTimeKind)

Declaration
public static DateTime SetNullDateTime(object objValue, DateTimeKind dateTimeKind)
Parameters
Type Name Description
object objValue
DateTimeKind dateTimeKind
Returns
Type Description
DateTime

SetNullGuid(object)

Declaration
public static Guid SetNullGuid(object objValue)
Parameters
Type Name Description
object objValue
Returns
Type Description
Guid

SetNullInteger(object)

Declaration
public static int SetNullInteger(object objValue)
Parameters
Type Name Description
object objValue
Returns
Type Description
int

SetNullSingle(object)

Declaration
public static float SetNullSingle(object objValue)
Parameters
Type Name Description
object objValue
Returns
Type Description
float

SetNullString(object)

Declaration
public static string SetNullString(object objValue)
Parameters
Type Name Description
object objValue
Returns
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS