Show / Hide Table of Contents

Class ValueTypeExtensions

Inheritance
object
ValueTypeExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public static class ValueTypeExtensions

Methods

GetBaseType(ValueType)

Declaration
public static ValueBaseType GetBaseType(this ValueType valueType)
Parameters
Type Name Description
ValueType valueType
Returns
Type Description
ValueBaseType

GetDefaultValue(ValueType)

Declaration
public static object GetDefaultValue(this ValueType valueType)
Parameters
Type Name Description
ValueType valueType
Returns
Type Description
object

GetSystemType(ValueType)

Declaration
public static Type GetSystemType(this ValueType valueType)
Parameters
Type Name Description
ValueType valueType
Returns
Type Description
Type

IsBoolean(ValueType)

Declaration
public static bool IsBoolean(this ValueType valueType)
Parameters
Type Name Description
ValueType valueType
Returns
Type Description
bool

IsDateTime(ValueType)

Declaration
public static bool IsDateTime(this ValueType valueType)
Parameters
Type Name Description
ValueType valueType
Returns
Type Description
bool

IsDecimal(ValueType)

Declaration
public static bool IsDecimal(this ValueType valueType)
Parameters
Type Name Description
ValueType valueType
Returns
Type Description
bool

IsInteger(ValueType)

Declaration
public static bool IsInteger(this ValueType valueType)
Parameters
Type Name Description
ValueType valueType
Returns
Type Description
bool

IsNumber(ValueType)

Declaration
public static bool IsNumber(this ValueType valueType)
Parameters
Type Name Description
ValueType valueType
Returns
Type Description
bool

IsString(ValueType)

Declaration
public static bool IsString(this ValueType valueType)
Parameters
Type Name Description
ValueType valueType
Returns
Type Description
bool

IsTypeOf(ValueType, ValueBaseType)

Declaration
public static bool IsTypeOf(this ValueType valueType, ValueBaseType baseType)
Parameters
Type Name Description
ValueType valueType
ValueBaseType baseType
Returns
Type Description
bool
☀
☾
Back to top Generated by DocFX