Search Results for

    Show / Hide Table of Contents

    Class ResourceTypeDescriptor

    Represents a unique resource type / version pair

    Inheritance
    System.Object
    ResourceTypeDescriptor
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: OSGeo.MapGuide.ObjectModels
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public class ResourceTypeDescriptor

    Constructors

    | Improve this Doc View Source

    ResourceTypeDescriptor(String, String)

    Initializes a new instance of the ResourceTypeDescriptor class.

    Declaration
    public ResourceTypeDescriptor(string resType, string ver)
    Parameters
    Type Name Description
    System.String resType

    Type of the res.

    System.String ver

    The ver.

    Properties

    | Improve this Doc View Source

    ApplicationDefinition

    Application Definition v1.0.0

    Declaration
    public static ResourceTypeDescriptor ApplicationDefinition { get; }
    Property Value
    Type Description
    ResourceTypeDescriptor
    | Improve this Doc View Source

    DrawingSource

    Drawing Source v1.0.0

    Declaration
    public static ResourceTypeDescriptor DrawingSource { get; }
    Property Value
    Type Description
    ResourceTypeDescriptor
    | Improve this Doc View Source

    FeatureSource

    Feature Source v1.0.0

    Declaration
    public static ResourceTypeDescriptor FeatureSource { get; }
    Property Value
    Type Description
    ResourceTypeDescriptor
    | Improve this Doc View Source

    LayerDefinition

    Layer Definition v1.0.0

    Declaration
    public static ResourceTypeDescriptor LayerDefinition { get; }
    Property Value
    Type Description
    ResourceTypeDescriptor
    | Improve this Doc View Source

    LoadProcedure

    Load Procedure v1.0.0

    Declaration
    public static ResourceTypeDescriptor LoadProcedure { get; }
    Property Value
    Type Description
    ResourceTypeDescriptor
    | Improve this Doc View Source

    MapDefinition

    Map Definition v1.0.0

    Declaration
    public static ResourceTypeDescriptor MapDefinition { get; }
    Property Value
    Type Description
    ResourceTypeDescriptor
    | Improve this Doc View Source

    PrintLayout

    Print Layout v1.0.0

    Declaration
    public static ResourceTypeDescriptor PrintLayout { get; }
    Property Value
    Type Description
    ResourceTypeDescriptor
    | Improve this Doc View Source

    ResourceType

    Gets or sets the type of the resource.

    Declaration
    public string ResourceType { get; set; }
    Property Value
    Type Description
    System.String

    The type of the resource.

    | Improve this Doc View Source

    SymbolDefinition

    Symbol Definition v1.0.0

    Declaration
    public static ResourceTypeDescriptor SymbolDefinition { get; }
    Property Value
    Type Description
    ResourceTypeDescriptor
    | Improve this Doc View Source

    SymbolLibrary

    Symbol Library v1.0.0

    Declaration
    public static ResourceTypeDescriptor SymbolLibrary { get; }
    Property Value
    Type Description
    ResourceTypeDescriptor
    | Improve this Doc View Source

    Version

    Gets or sets the version.

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    System.String

    The version.

    | Improve this Doc View Source

    WebLayout

    Web Layout v1.0.0

    Declaration
    public static ResourceTypeDescriptor WebLayout { get; }
    Property Value
    Type Description
    ResourceTypeDescriptor
    | Improve this Doc View Source

    XsdName

    Gets the name of the validating XML schema

    Declaration
    public string XsdName { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Determines whether the specified System.Object is equal to this instance.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj

    The System.Object to compare with this instance.

    Returns
    Type Description
    System.Boolean

    true if the specified System.Object is equal to this instance; otherwise, false.

    Overrides
    System.Object.Equals(System.Object)
    Exceptions
    Type Condition
    System.NullReferenceException

    The obj parameter is null.

    | Improve this Doc View Source

    GetHashCode()

    Returns a hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

    Overrides
    System.Object.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Returns a System.String that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents this instance.

    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng