DynamicListRootAttribute Class

Denotes a property on a class that is the root item containing a collection of sub-trees. These sub-trees, while stored within the root list on the associated EditeableItem are handled independent of one another.

Definition

Namespace: MFiles.VAF.Configuration.DynamicList
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class DynamicListRootAttribute : Attribute, 
	IJsonConfEditorAttr
Inheritance
Object    Attribute    DynamicListRootAttribute
Implements
IJsonConfEditorAttr

Constructors

Properties

ApplyToChildren  
ListNames The property grid allows for each root list item to have a subtree, which have their own list to be handled independently of the top-most root list. Each EditableItem may declare itself as the context root item for one or more dynamic lists within the DynamicListRootAttribute -> ListNames as a new string[] { "ListForWhichThisItemIsTheRoot1", "ListForWhichThisItemIsTheRoot2" }

Methods

GetOptions Gets any list names defined for this member.
HasOptions Checks if any list names are defined for this member.

See Also