Class MappingElement
Inheritance
System.Object
MappingElement
Implements
System.Xml.Serialization.IXmlSerializable
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
public class MappingElement : Collection<MappingRule>, IChangeTracking, IXmlSerializable
Constructors
Declaration
Declaration
public MappingElement(string tableName, string className)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
System.String |
className |
|
Declaration
public MappingElement(string tableName, string className, string primaryKeyName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
System.String |
className |
|
System.String |
primaryKeyName |
|
Fields
Declaration
public static string classAttrName
Field Value
Type |
Description |
System.String |
|
Declaration
public static string pkAttrName
Field Value
Type |
Description |
System.String |
|
Declaration
public static string tableAttrName
Field Value
Type |
Description |
System.String |
|
Properties
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.
|
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.
|
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.Xml.Serialization.IXmlSerializable