Interface IVirtualHierarchicalObject
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
stringColumn name
value
objectReturns the value
notNull
boolIf 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)