Class MappingElement
Implements
System.Collections.Generic.IList<MappingRule>
System.Collections.Generic.ICollection<MappingRule>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<MappingRule>
System.Collections.Generic.IReadOnlyCollection<MappingRule>
System.Collections.Generic.IEnumerable<MappingRule>
System.Collections.IEnumerable
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.Add(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.Clear()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.CopyTo(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule[], System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.Contains(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.GetEnumerator()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.IndexOf(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.Insert(System.Int32, Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.Remove(Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.Count
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.Items
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.System.Collections.Generic.ICollection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.IsReadOnly
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.Business.Mapping.MappingRule>.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 MappingElement : Collection<MappingRule>, IList<MappingRule>, ICollection<MappingRule>, IList, ICollection, IReadOnlyList<MappingRule>, IReadOnlyCollection<MappingRule>, IEnumerable<MappingRule>, IEnumerable, IChangeTracking, IXmlSerializable
Constructors
MappingElement()
Declaration
public MappingElement()
MappingElement(String, String)
Declaration
public MappingElement(string tableName, string className)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName | |
System.String | className |
MappingElement(String, String, String)
Declaration
public MappingElement(string tableName, string className, string primaryKeyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName | |
System.String | className | |
System.String | primaryKeyName |
Fields
classAttrName
Declaration
public static string classAttrName
Field Value
Type | Description |
---|---|
System.String |
pkAttrName
Declaration
public static string pkAttrName
Field Value
Type | Description |
---|---|
System.String |
tableAttrName
Declaration
public static string tableAttrName
Field Value
Type | Description |
---|---|
System.String |
Properties
ClassName
Gets or sets the name of the class.
Declaration
public string ClassName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the class. |
PrimaryKeyName
Gets or sets the name of the PK col.
Declaration
public string PrimaryKeyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the PK col. |
TableName
Gets or sets the name of the table.
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the table. |
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