Table of Contents

Interface IVirtualHierarchicalObject

Namespace
CMS.Base
Assembly
CMS.Base.dll

Interface for hierarchical object that is able to provide virtual content (for properties that would return null)

public interface IVirtualHierarchicalObject : IHierarchicalObject, INameIndexable
Inherited Members
Extension Methods

Methods

TryGetProperty(string, out object, bool)

Returns property with given name (either object or property value).

bool TryGetProperty(string columnName, out object value, bool notNull)

Parameters

columnName string

Column name

value object

Returns the value

notNull bool

If true, the object always tries to return non-null value for properties, at least, it returns empty objects

Returns

bool

Returns true if the operation was successful (the value was present)