Search Results for

    Show / Hide Table of Contents

    Interface IFdoSchemaCapabilities

    Describes the schema capabilities of the FDO provider

    Namespace: OSGeo.MapGuide.ObjectModels.Capabilities
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IFdoSchemaCapabilities

    Properties

    | Improve this Doc View Source

    SupportedClassTypes

    The array of supported class definition types

    Declaration
    string[] SupportedClassTypes { get; }
    Property Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    SupportedDataTypes

    The array of supported data types

    Declaration
    string[] SupportedDataTypes { get; }
    Property Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    SupportsAssociationProperties

    Indicates if association properties are supported

    Declaration
    bool SupportsAssociationProperties { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SupportsInheritance

    Indicates if inheritance is supported

    Declaration
    bool SupportsInheritance { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SupportsMultipleSchemas

    Indicates if multiple-schemas is supported

    Declaration
    bool SupportsMultipleSchemas { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SupportsNetworkModel

    Indicates if network model is supported

    Declaration
    bool SupportsNetworkModel { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SupportsObjectProperties

    Indicates if object properties is supported

    Declaration
    bool SupportsObjectProperties { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SupportsSchemaOverrides

    Indicates if schema overrides is supported

    Declaration
    bool SupportsSchemaOverrides { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng