XmlMappingSource Class

Definition

Represents a mapping source that uses an external XML mapping file to create the model.

public ref class XmlMappingSource sealed : System::Data::Linq::Mapping::MappingSource
public sealed class XmlMappingSource : System.Data.Linq.Mapping.MappingSource
type XmlMappingSource = class
    inherit MappingSource
Public NotInheritable Class XmlMappingSource
Inherits MappingSource
Inheritance
XmlMappingSource

Methods

CreateModel(Type)

Creates a new mapping model.

(Inherited from MappingSource)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
FromReader(XmlReader)

Creates a mapping source from an XML reader.

FromStream(Stream)

Creates a mapping source from XML in a stream.

FromUrl(String)

Creates a mapping source from XML that is loaded from a URL.

FromXml(String)

Creates a mapping source from an XML string.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetModel(Type)

Returns the mapping model.

(Inherited from MappingSource)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to