Table of Contents

Class ReadOnlyAbstractHierarchicalObject<ObjectType>

Namespace
CMS.Base
Assembly
CMS.Base.dll

Read-only version of the abstract hierarchical object with SetValue hidden

public abstract class ReadOnlyAbstractHierarchicalObject<ObjectType> : AbstractHierarchicalObject<ObjectType>, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable where ObjectType : ReadOnlyAbstractHierarchicalObject<ObjectType>

Type Parameters

ObjectType
Inheritance
object
ReadOnlyAbstractHierarchicalObject<ObjectType>
Implements
Derived
Inherited Members
Extension Methods

Methods

SetProperty(string, object)

Gets the context property.

public override bool SetProperty(string name, object value)

Parameters

name string

Property name

value object

Value to set

Returns

bool

SetValue(string, object)

Sets the object value.

public override bool SetValue(string columnName, object value)

Parameters

columnName string

Column name

value object

New value

Returns

bool