Click or drag to resize
ObjectProperty Class
Object property wrapper
Inheritance Hierarchy
SystemObject
  CMS.DataEngineObjectProperty

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class ObjectProperty

The ObjectProperty type exposes the following members.

Constructors
  NameDescription
Public methodObjectProperty(Object)
Constructor - Anonymous object property
Public methodObjectProperty(IDataContainer, String)
Constructor
Top
Fields
  NameDescription
Protected fieldmValue
Value
Top
Properties
  NameDescription
Public propertyObject
Parent object
Public propertyPropertyName
Property name
Public propertyValue
Property value
Top
Methods
  NameDescription
Public methodInjectValue
Injects the specified value to the property without modifying the object
Public methodToString
Converts the object value to string
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic member(ObjectProperty to String)
Implicit operator for conversion from object property to string
Top
See Also