C# Class Tests.Serializer.FormUrlEncodedTests.SimpleTypeField

Mostrar archivo 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 System.Guid
GuidNullableField Guid?
Int16Field System.Int16
Int16NullableField Int16?
Int32Field System.Int32
Int32NullableField Int32?
Int64Field System.Int64
Int64NullableField Int64?
IntPtrField System.IntPtr
IntPtrNullableField IntPtr?
SByteField SByte
SByteNullableField SByte?
SingleField System.Single
SingleNullableField Single?
StringField string
TimeSpanField System.TimeSpan
TimeSpanNullableField TimeSpan?
UInt16Field System.UInt16
UInt16NullableField UInt16?
UInt32Field System.UInt32
UInt32NullableField UInt32?
UInt64Field System.UInt64
UInt64NullableField UInt64?
UIntPtrField System.UIntPtr
UIntPtrNullableField UIntPtr?
UriField System.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,System GuidField
return System.Guid

GuidNullableField public_oe property

public Guid? GuidNullableField
return Guid?

Int16Field public_oe property

public Int16,System Int16Field
return System.Int16

Int16NullableField public_oe property

public Int16? Int16NullableField
return Int16?

Int32Field public_oe property

public Int32,System Int32Field
return System.Int32

Int32NullableField public_oe property

public Int32? Int32NullableField
return Int32?

Int64Field public_oe property

public Int64,System Int64Field
return System.Int64

Int64NullableField public_oe property

public Int64? Int64NullableField
return Int64?

IntPtrField public_oe property

public IntPtr,System IntPtrField
return System.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,System SingleField
return System.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,System TimeSpanField
return System.TimeSpan

TimeSpanNullableField public_oe property

public TimeSpan? TimeSpanNullableField
return TimeSpan?

UInt16Field public_oe property

public UInt16,System UInt16Field
return System.UInt16

UInt16NullableField public_oe property

public UInt16? UInt16NullableField
return UInt16?

UInt32Field public_oe property

public UInt32,System UInt32Field
return System.UInt32

UInt32NullableField public_oe property

public UInt32? UInt32NullableField
return UInt32?

UInt64Field public_oe property

public UInt64,System UInt64Field
return System.UInt64

UInt64NullableField public_oe property

public UInt64? UInt64NullableField
return UInt64?

UIntPtrField public_oe property

public UIntPtr,System UIntPtrField
return System.UIntPtr

UIntPtrNullableField public_oe property

public UIntPtr? UIntPtrNullableField
return UIntPtr?

UriField public_oe property

public Uri,System UriField
return System.Uri