Click or drag to resize
weroSoft AG, Software
SystemTypeString Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the system type strings.
Inheritance Hierarchy
SystemObject
  WeroSoft.CoreSystemTypeString

Namespace:  WeroSoft.Core
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0
Syntax
C#
public static class SystemTypeString

The SystemTypeString type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberSystemAction
Defines the system type string for the type System.Action.
Public fieldStatic memberSystemBoolean
Defines the system type string for the type System.Boolean.
Public fieldStatic memberSystemBooleanArray
Defines the system type string for the type Array of System.Boolean.
Public fieldStatic memberSystemByte
Defines the system type string for the type System.Byte.
Public fieldStatic memberSystemByteArray
Defines the system type string for the type System.Byte[].
Public fieldStatic memberSystemChar
Defines the system type string for the type System.Char.
Public fieldStatic memberSystemCharArray
Defines the system type string for the type Array of System.Char.
Public fieldStatic memberSystemDateTime
Defines the system type string for the type System.DateTime.
Public fieldStatic memberSystemDateTimeArray
Defines the system type string for the type Array of System.DateTime.
Public fieldStatic memberSystemDecimal
Defines the system type string for the type System.Decimal.
Public fieldStatic memberSystemDecimalArray
Defines the system type string for the type Array of System.Decimal.
Public fieldStatic memberSystemDouble
Defines the system type string for the type System.Double.
Public fieldStatic memberSystemDoubleArray
Defines the system type string for the type Array of System.Double.
Public fieldStatic memberSystemEnum
Defines the system type string for the type System.Enum.
Public fieldStatic memberSystemGuid
Defines the system type GUID for the type System.Guid.
Public fieldStatic memberSystemInt16
Defines the system type string for the type System.Int16.
Public fieldStatic memberSystemInt16Array
Defines the system type string for the type Array of System.Int16.
Public fieldStatic memberSystemInt32
Defines the system type string for the type System.Int32.
Public fieldStatic memberSystemInt32Array
Defines the system type string for the type Array of System.Int32.
Public fieldStatic memberSystemInt64
Defines the system type string for the type System.Int64.
Public fieldStatic memberSystemInt64Array
Defines the system type string for the type Array of System.Int64.
Public fieldStatic memberSystemObject
Defines the system type object for the type System.Object.
Public fieldStatic memberSystemObjectArray
Defines the system type string for the type Array of System.Object.
Public fieldStatic memberSystemSByte
Defines the system type string for the type System.SByte.
Public fieldStatic memberSystemSingle
Defines the system type string for the type System.Single.
Public fieldStatic memberSystemSingleArray
Defines the system type string for the type Array of System.Single.
Public fieldStatic memberSystemString
Defines the system type string for the type System.String.
Public fieldStatic memberSystemStringArray
Defines the system type string for the type Array of System.String.
Public fieldStatic memberSystemTimeSpan
Defines the system type string for the type System.TimeSpan.
Public fieldStatic memberSystemTimeSpanArray
Defines the system type string for the type Array of System.Decimal.
Public fieldStatic memberSystemUInt16
Defines the system type string for the type System.UInt16.
Public fieldStatic memberSystemUInt32
Defines the system type string for the type System.UInt32.
Public fieldStatic memberSystemUInt64
Defines the system type string for the type System.UInt64.
Public fieldStatic memberSystemVoid
Defines the system type void.
Top
See Also