C# Class Tests.Deserializer.FormUrlEncodedTests.SimpleTypeField

Mostra file Open project: mikeobrien/Bender

Public Properties

Property Type Description
BooleanField System.Boolean
BooleanNullableField Boolean?
ByteField Byte
ByteNullableField Byte?
CharField Char
CharNullableField Char?
DateTimeField System.DateTime
DateTimeNullableField DateTime?
DecimalField Decimal
DecimalNullableField Decimal?
DoubleField Double
DoubleNullableField Double?
EnumField UriFormat
EnumNullableField UriFormat?
GuidField Guid
GuidNullableField Guid?
Int16Field Int16
Int16NullableField Int16?
Int32Field Int32
Int32NullableField Int32?
Int64Field Int64
Int64NullableField Int64?
IntPtrField IntPtr
IntPtrNullableField IntPtr?
SByteField SByte
SByteNullableField SByte?
SingleField Single
SingleNullableField Single?
StringField string
TimeSpanField TimeSpan
TimeSpanNullableField TimeSpan?
UInt16Field UInt16
UInt16NullableField UInt16?
UInt32Field UInt32
UInt32NullableField UInt32?
UInt64Field UInt64
UInt64NullableField UInt64?
UIntPtrField UIntPtr
UIntPtrNullableField UIntPtr?
UriField Uri

Property Details

BooleanField public_oe property

public Boolean,System BooleanField
return System.Boolean

BooleanNullableField public_oe property

public Boolean? BooleanNullableField
return Boolean?

ByteField public_oe property

public Byte ByteField
return Byte

ByteNullableField public_oe property

public Byte? ByteNullableField
return Byte?

CharField public_oe property

public Char CharField
return Char

CharNullableField public_oe property

public Char? CharNullableField
return Char?

DateTimeField public_oe property

public DateTime,System DateTimeField
return System.DateTime

DateTimeNullableField public_oe property

public DateTime? DateTimeNullableField
return DateTime?

DecimalField public_oe property

public Decimal DecimalField
return Decimal

DecimalNullableField public_oe property

public Decimal? DecimalNullableField
return Decimal?

DoubleField public_oe property

public Double DoubleField
return Double

DoubleNullableField public_oe property

public Double? DoubleNullableField
return Double?

EnumField public_oe property

public UriFormat EnumField
return UriFormat

EnumNullableField public_oe property

public UriFormat? EnumNullableField
return UriFormat?

GuidField public_oe property

public Guid GuidField
return Guid

GuidNullableField public_oe property

public Guid? GuidNullableField
return Guid?

Int16Field public_oe property

public Int16 Int16Field
return Int16

Int16NullableField public_oe property

public Int16? Int16NullableField
return Int16?

Int32Field public_oe property

public Int32 Int32Field
return Int32

Int32NullableField public_oe property

public Int32? Int32NullableField
return Int32?

Int64Field public_oe property

public Int64 Int64Field
return Int64

Int64NullableField public_oe property

public Int64? Int64NullableField
return Int64?

IntPtrField public_oe property

public IntPtr IntPtrField
return IntPtr

IntPtrNullableField public_oe property

public IntPtr? IntPtrNullableField
return IntPtr?

SByteField public_oe property

public SByte SByteField
return SByte

SByteNullableField public_oe property

public SByte? SByteNullableField
return SByte?

SingleField public_oe property

public Single SingleField
return Single

SingleNullableField public_oe property

public Single? SingleNullableField
return Single?

StringField public_oe property

public string StringField
return string

TimeSpanField public_oe property

public TimeSpan TimeSpanField
return TimeSpan

TimeSpanNullableField public_oe property

public TimeSpan? TimeSpanNullableField
return TimeSpan?

UInt16Field public_oe property

public UInt16 UInt16Field
return UInt16

UInt16NullableField public_oe property

public UInt16? UInt16NullableField
return UInt16?

UInt32Field public_oe property

public UInt32 UInt32Field
return UInt32

UInt32NullableField public_oe property

public UInt32? UInt32NullableField
return UInt32?

UInt64Field public_oe property

public UInt64 UInt64Field
return UInt64

UInt64NullableField public_oe property

public UInt64? UInt64NullableField
return UInt64?

UIntPtrField public_oe property

public UIntPtr UIntPtrField
return UIntPtr

UIntPtrNullableField public_oe property

public UIntPtr? UIntPtrNullableField
return UIntPtr?

UriField public_oe property

public Uri UriField
return Uri