Class ResourceTypeDescriptor
Represents a unique resource type / version pair
Inheritance
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public class ResourceTypeDescriptor
Constructors
| Improve this Doc View SourceResourceTypeDescriptor(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 SourceApplicationDefinition
Application Definition v1.0.0
Declaration
public static ResourceTypeDescriptor ApplicationDefinition { get; }
Property Value
Type | Description |
---|---|
ResourceTypeDescriptor |
DrawingSource
Drawing Source v1.0.0
Declaration
public static ResourceTypeDescriptor DrawingSource { get; }
Property Value
Type | Description |
---|---|
ResourceTypeDescriptor |
FeatureSource
Feature Source v1.0.0
Declaration
public static ResourceTypeDescriptor FeatureSource { get; }
Property Value
Type | Description |
---|---|
ResourceTypeDescriptor |
LayerDefinition
Layer Definition v1.0.0
Declaration
public static ResourceTypeDescriptor LayerDefinition { get; }
Property Value
Type | Description |
---|---|
ResourceTypeDescriptor |
LoadProcedure
Load Procedure v1.0.0
Declaration
public static ResourceTypeDescriptor LoadProcedure { get; }
Property Value
Type | Description |
---|---|
ResourceTypeDescriptor |
MapDefinition
Map Definition v1.0.0
Declaration
public static ResourceTypeDescriptor MapDefinition { get; }
Property Value
Type | Description |
---|---|
ResourceTypeDescriptor |
PrintLayout
Print Layout v1.0.0
Declaration
public static ResourceTypeDescriptor PrintLayout { get; }
Property Value
Type | Description |
---|---|
ResourceTypeDescriptor |
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. |
SymbolDefinition
Symbol Definition v1.0.0
Declaration
public static ResourceTypeDescriptor SymbolDefinition { get; }
Property Value
Type | Description |
---|---|
ResourceTypeDescriptor |
SymbolLibrary
Symbol Library v1.0.0
Declaration
public static ResourceTypeDescriptor SymbolLibrary { get; }
Property Value
Type | Description |
---|---|
ResourceTypeDescriptor |
Version
Gets or sets the version.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String | The version. |
WebLayout
Web Layout v1.0.0
Declaration
public static ResourceTypeDescriptor WebLayout { get; }
Property Value
Type | Description |
---|---|
ResourceTypeDescriptor |
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 SourceEquals(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 |
|
Overrides
Exceptions
Type | Condition |
---|---|
System.NullReferenceException | The |
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
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. |