Class MappingDocument
Implements
System.Collections.Generic.IList<MappingElement>
System.Collections.Generic.ICollection<MappingElement>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<MappingElement>
System.Collections.Generic.IReadOnlyCollection<MappingElement>
System.Collections.Generic.IEnumerable<MappingElement>
System.Collections.IEnumerable
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.Add(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.Clear()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.CopyTo(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement[], System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.Contains(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.GetEnumerator()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.IndexOf(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.Insert(System.Int32, Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.Remove(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.Count
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.Items
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.System.Collections.Generic.ICollection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.IsReadOnly
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingElement>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data.Business.Mapping
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0Syntax
public class MappingDocument : Collection<MappingElement>, IList<MappingElement>, ICollection<MappingElement>, IList, ICollection, IReadOnlyList<MappingElement>, IReadOnlyCollection<MappingElement>, IEnumerable<MappingElement>, IEnumerable, IChangeTracking, IXmlSerializable
Constructors
MappingDocument()
Declaration
public MappingDocument()
Fields
TagName
Declaration
public static string TagName
Field Value
Type | Description |
---|---|
System.String |
Methods
GetXml(MappingDocument)
Saves to XML.
Declaration
public static string GetXml(MappingDocument mapDoc)
Parameters
Type | Name | Description |
---|---|---|
MappingDocument | mapDoc | The map doc. |
Returns
Type | Description |
---|---|
System.String |
LoadFromFile(String)
Loads from file.
Declaration
public static MappingDocument LoadFromFile(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path. |
Returns
Type | Description |
---|---|
MappingDocument |
LoadFromXml(String)
Loads from XML.
Declaration
public static MappingDocument LoadFromXml(string srcXml)
Parameters
Type | Name | Description |
---|---|---|
System.String | srcXml | The SRC XML. |
Returns
Type | Description |
---|---|
MappingDocument |
SaveToFile(String, MappingDocument)
Saves to file.
Declaration
public static void SaveToFile(string path, MappingDocument mapDoc)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path. |
MappingDocument | mapDoc | The map doc. |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Xml.Serialization.IXmlSerializable