C# 클래스 Rebel.Framework.Dynamics.DynamicNullableValueObject

상속: System.Dynamic.DynamicObject, IConvertible
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
GetTypeCode ( ) : TypeCode

Returns the T:System.TypeCode for this instance.

ToBoolean ( IFormatProvider provider ) : bool

Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.

ToByte ( IFormatProvider provider ) : byte

Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.

ToChar ( IFormatProvider provider ) : char

Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.

ToDateTime ( IFormatProvider provider ) : System.DateTime

Converts the value of this instance to an equivalent T:System.DateTime using the specified culture-specific formatting information.

ToDecimal ( IFormatProvider provider ) : decimal

Converts the value of this instance to an equivalent T:System.Decimal number using the specified culture-specific formatting information.

ToDouble ( IFormatProvider provider ) : double

Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.

ToInt16 ( IFormatProvider provider ) : short

Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.

ToInt32 ( IFormatProvider provider ) : int

Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.

ToInt64 ( IFormatProvider provider ) : long

Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.

ToSByte ( IFormatProvider provider ) : sbyte

Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.

ToSingle ( IFormatProvider provider ) : float

Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information.

ToString ( ) : string
ToString ( IFormatProvider provider ) : string

Converts the value of this instance to an equivalent T:System.String using the specified culture-specific formatting information.

ToType ( Type conversionType, IFormatProvider provider ) : object

Converts the value of this instance to an T:System.Object of the specified T:System.Type that has an equivalent value, using the specified culture-specific formatting information.

ToUInt16 ( IFormatProvider provider ) : ushort

Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.

ToUInt32 ( IFormatProvider provider ) : uint

Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.

ToUInt64 ( IFormatProvider provider ) : ulong

Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.

TryConvert ( ConvertBinder binder, object &result ) : bool

보호된 메소드들

메소드 설명
GetOrCreateValue ( ) : object

메소드 상세

GetOrCreateValue() 보호된 메소드

protected GetOrCreateValue ( ) : object
리턴 object

GetTypeCode() 공개 메소드

Returns the T:System.TypeCode for this instance.
public GetTypeCode ( ) : TypeCode
리턴 TypeCode

ToBoolean() 공개 메소드

Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.
public ToBoolean ( IFormatProvider provider ) : bool
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 bool

ToByte() 공개 메소드

Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.
public ToByte ( IFormatProvider provider ) : byte
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 byte

ToChar() 공개 메소드

Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.
public ToChar ( IFormatProvider provider ) : char
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 char

ToDateTime() 공개 메소드

Converts the value of this instance to an equivalent T:System.DateTime using the specified culture-specific formatting information.
public ToDateTime ( IFormatProvider provider ) : System.DateTime
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 System.DateTime

ToDecimal() 공개 메소드

Converts the value of this instance to an equivalent T:System.Decimal number using the specified culture-specific formatting information.
public ToDecimal ( IFormatProvider provider ) : decimal
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 decimal

ToDouble() 공개 메소드

Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.
public ToDouble ( IFormatProvider provider ) : double
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 double

ToInt16() 공개 메소드

Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.
public ToInt16 ( IFormatProvider provider ) : short
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 short

ToInt32() 공개 메소드

Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.
public ToInt32 ( IFormatProvider provider ) : int
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 int

ToInt64() 공개 메소드

Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.
public ToInt64 ( IFormatProvider provider ) : long
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 long

ToSByte() 공개 메소드

Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
public ToSByte ( IFormatProvider provider ) : sbyte
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 sbyte

ToSingle() 공개 메소드

Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information.
public ToSingle ( IFormatProvider provider ) : float
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 float

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

Converts the value of this instance to an equivalent T:System.String using the specified culture-specific formatting information.
public ToString ( IFormatProvider provider ) : string
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 string

ToType() 공개 메소드

Converts the value of this instance to an T:System.Object of the specified T:System.Type that has an equivalent value, using the specified culture-specific formatting information.
public ToType ( Type conversionType, IFormatProvider provider ) : object
conversionType System.Type The to which the value of this instance is converted.
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 object

ToUInt16() 공개 메소드

Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.
public ToUInt16 ( IFormatProvider provider ) : ushort
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 ushort

ToUInt32() 공개 메소드

Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
public ToUInt32 ( IFormatProvider provider ) : uint
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 uint

ToUInt64() 공개 메소드

Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
public ToUInt64 ( IFormatProvider provider ) : ulong
provider IFormatProvider An interface implementation that supplies culture-specific formatting information.
리턴 ulong

TryConvert() 공개 메소드

public TryConvert ( ConvertBinder binder, object &result ) : bool
binder System.Dynamic.ConvertBinder
result object
리턴 bool