Class ReadOnlyAbstractHierarchicalObject<ObjectType>
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
-
objectAbstractSimpleDataContainer<ObjectType>AbstractDataContainer<ObjectType>AbstractHierarchicalObject<ObjectType>ReadOnlyAbstractHierarchicalObject<ObjectType>
- Implements
- Derived
- Inherited Members
-
AbstractHierarchicalObject<ObjectType>.RegisterProperty<TProperty>(string, Func<ObjectType, object>)
- Extension Methods
Methods
SetProperty(string, object)
Gets the context property.
public override bool SetProperty(string name, object value)
Parameters
name
stringProperty name
value
objectValue to set
Returns
- bool
SetValue(string, object)
Sets the object value.
public override bool SetValue(string columnName, object value)
Parameters
columnName
stringColumn name
value
objectNew value
Returns
- bool