Class MappedObject
Inheritance
System.Object
MappedObject
Namespace: Mediachase.BusinessFoundation.Data.Business.Mapping
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class MappedObject : Object
Constructors
MappedObject(String, MappingElement)
Initializes a new instance of the MappedObject class.
Declaration
public MappedObject(string className, MappingElement mapElColl)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | className | Name of the class. |
| MappingElement | mapElColl | The map el coll. |
Properties
ClassName
Gets the name of the class.
Declaration
public string ClassName { get; }
Property Value
| Type | Description |
|---|---|
| System.String | The name of the class. |
MappingElements
Gets the map el coll.
Declaration
public MappingElement MappingElements { get; }
Property Value
| Type | Description |
|---|---|
| MappingElement | The map el coll. |
MetaObjects
Gets the meta objets.
Declaration
public List<MetaObjectData> MetaObjects { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<MetaObjectData> | The meta objets. |