Csla.Test.DataPortalTest.Single Single
Interface to be implemented by any object that supports serialization by the SerializationFormatterFa...
CslaKnownTypes
This enumeration contains the list of known types that CslaBinaryReader and CslaBinaryWriterknow abou...
@ DateTimeOffset
Date/time plus time zone / DateTimeOffset
@ ByteArray
Array of bytes.
@ StringWithDictionaryKey
Represents string that is supported by internal dictionary that is used to replace strings with integ...
@ TimeSpan
TimeSpan - time span
@ ListOfInt
List of integer / List(of Int) Used internally for serialization of list based objects such as Busine...
@ ByteArrayArray
Array of array of bytes
@ UInt16
Unsigned short / Int 16
@ StringDictionaryKey
Key that corresponds to internally used string.
@ UInt64
Unsigned Long / Int64
@ Null
Represents null value
@ Guid
Globally unique identifier / Guid
@ CharArray
Array of characters, not the same as string
@ Double
Double / double precision floating point
@ UInt32
Unsigned Integer / Int32