Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / FieldType Enumeration

In This Topic
    FieldType Enumeration
    In This Topic
    This is the set of data types that can be read/written using FieldReader/FieldWriter.
    Syntax
    'Declaration
     
    
    Public Enum FieldType 
       Inherits System.Enum
    public enum FieldType : System.Enum 
    Members
    MemberValueDescription
    Bool1 
    BoolArray2 
    DateTime17 
    DateTimeArray18 
    DateTimeOffset21 
    DateTimeOffsetArray22 
    Double13 
    DoubleArray14 
    Guid19 
    GuidArray20 
    Int325 
    Int32Array6 
    Int647 
    Int64Array8 
    String3 
    StringArray4 
    TimeSpan15 
    TimeSpanArray16 
    UInt329 
    UInt32Array10 
    UInt6411 
    UInt64Array12 
    Unknown0 
    Remarks
    The enum starts at 1 to allow 0 to be clearly understood as unknown (and therefore fail)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Gibraltar.Serialization.FieldType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also