Search Results for

    Show / Hide Table of Contents

    Class ClrFdoTypeMap

    Helper class to map MapGuide/FDO data/property types to CLR data types

    Inheritance
    System.Object
    ClrFdoTypeMap
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.MaestroAPI.Feature
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public static class ClrFdoTypeMap

    Methods

    | Improve this Doc View Source

    GetClrType(DataPropertyType)

    Gets the CLR type for the specified data type

    Declaration
    public static Type GetClrType(DataPropertyType dataPropertyType)
    Parameters
    Type Name Description
    DataPropertyType dataPropertyType
    Returns
    Type Description
    System.Type
    | Improve this Doc View Source

    GetClrType(PropertyDefinition)

    Gets the clr type for the specified property definition

    Declaration
    public static Type GetClrType(PropertyDefinition prop)
    Parameters
    Type Name Description
    PropertyDefinition prop
    Returns
    Type Description
    System.Type
    | Improve this Doc View Source

    GetClrType(PropertyValueType)

    Gets the CLR type for the specified property value type

    Declaration
    public static Type GetClrType(PropertyValueType propertyValueType)
    Parameters
    Type Name Description
    PropertyValueType propertyValueType
    Returns
    Type Description
    System.Type
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng