IObjectAttribute Interface

Summary

generic interface to allow returning an attribute of an object.
graph BT Type["IObjectAttribute"] class Type type-node

Syntax

public interface IObjectAttribute

Remarks

generic interface to allow returning an attribute of an object.

Methods

Name Value Summary
Attribute(Object) Object
generic method to return an attribute of a parent object.