Search Results for

    Show / Hide Table of Contents

    Class UntypedResource

    Represents resource content that could not be deserialized into a corresponding strongly-typed resource class. This is just a container of arbitrary xml content.

    Inheritance
    System.Object
    UntypedResource
    Implements
    IResource
    IVersionedEntity
    System.ICloneable
    System.ComponentModel.INotifyPropertyChanged
    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.ObjectModels
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public class UntypedResource : IResource, IVersionedEntity, ICloneable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    IsStronglyTyped

    Gets whether this resource is strongly typed

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

    ResourceID

    Gets or sets the resource id

    Declaration
    public string ResourceID { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ResourceType

    Gets the resource type

    Declaration
    public string ResourceType { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ResourceVersion

    Gets the resource version

    Declaration
    public Version ResourceVersion { get; }
    Property Value
    Type Description
    System.Version
    | Improve this Doc View Source

    ValidatingSchema

    Gets the validating XML schema

    Declaration
    public string ValidatingSchema { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    XmlContent

    Gets or sets the XML content

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

    Methods

    | Improve this Doc View Source

    Clone()

    Returns a clone of this instance

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    Serialize()

    Gets the XML form of this instance

    Declaration
    public string Serialize()
    Returns
    Type Description
    System.String

    Events

    | Improve this Doc View Source

    PropertyChanged

    Raised when a property changes

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    IResource
    IVersionedEntity
    System.ICloneable
    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    ExtensionMethods.CopyResourceDataTo(IResource, IServerConnection, IResource)
    ExtensionMethods.CopyResourceDataTo(IResource, IServerConnection, String)
    ResourceExtensions.SerializeToStream(IResource)
    ResourceExtensions.GetResourceTypeDescriptor(IResource)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng