SaaS CMS has officially launched! Learn more now.

Class MappedObject

Inheritance
System.Object
MappedObject
Inherited Members
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: 11.8.3
Syntax
public class MappedObject

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.