Table of Contents

Class ObjectProperty

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Object property wrapper

public class ObjectProperty
Inheritance
object
ObjectProperty
Extension Methods

Constructors

ObjectProperty(IDataContainer, string)

Constructor

public ObjectProperty(IDataContainer infoObj, string propertyName)

Parameters

infoObj IDataContainer

Info object

propertyName string

Property name

ObjectProperty(object)

Constructor - Anonymous object property

public ObjectProperty(object value)

Parameters

value object

Property value

Fields

mValue

Value

protected object mValue

Field Value

object

Properties

Object

Parent object

public ISimpleDataContainer Object { get; protected set; }

Property Value

ISimpleDataContainer

PropertyName

Property name

public string PropertyName { get; protected set; }

Property Value

string

Value

Property value

public object Value { get; }

Property Value

object

Methods

InjectValue(object)

Injects the specified value to the property without modifying the object

public void InjectValue(object value)

Parameters

value object

Value to inject

ToString()

Converts the object value to string

public override string ToString()

Returns

string