Class ObjectProperty
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Object property wrapper
public class ObjectProperty
- Inheritance
-
objectObjectProperty
- Extension Methods
Constructors
ObjectProperty(IDataContainer, string)
Constructor
public ObjectProperty(IDataContainer infoObj, string propertyName)
Parameters
infoObj
IDataContainerInfo object
propertyName
stringProperty name
ObjectProperty(object)
Constructor - Anonymous object property
public ObjectProperty(object value)
Parameters
value
objectProperty value
Fields
mValue
Value
protected object mValue
Field Value
- object
Properties
Object
Parent object
public ISimpleDataContainer Object { get; protected set; }
Property Value
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
objectValue to inject
ToString()
Converts the object value to string
public override string ToString()
Returns
- string