CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
CslaKnownTypes.cs
Go to the documentation of this file.
1
3{
8 public enum CslaKnownTypes : byte
9 {
13 Boolean = 1,
17 Char = 2,
21 SByte = 3,
25 Byte = 4,
29 Int16 = 5,
33 UInt16 = 6,
37 Int32 = 7,
41 UInt32 = 8,
45 Int64 = 9,
49 UInt64 = 10,
53 Single = 11,
57 Double = 12,
61 Decimal = 13,
65 DateTime = 14,
69 String = 15,
73 TimeSpan = 16,
77 DateTimeOffset = 17,
81 Guid = 18,
85 ByteArray = 19,
89 CharArray = 20,
95 ListOfInt = 21,
99 Null = 22,
116 ByteArrayArray = 25,
121 }
122}
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
@ StringWithDictionaryKey
Represents string that is supported by internal dictionary that is used to replace strings with integ...
@ ListOfInt
List of integer / List(of Int) Used internally for serialization of list based objects such as Busine...
@ Single
Single / single precision floating point
@ ByteArrayArray
Array of array of bytes
@ StringDictionaryKey
Key that corresponds to internally used string.
@ Guid
Globally unique identifier / Guid
@ CharArray
Array of characters, not the same as string
@ Double
Double / double precision floating point
@ UInt32
Unsigned Integer / Int32