DynamicListBaseAttribute Class

Describes the attributes of a Dynamic List ( IE: Subscribe-able collection ).

Definition

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

Constructors

DynamicListBaseAttribute Default parameter-less constructor.

Properties

ListName Name of the subscribe-able collection.
RootAncestorOffset Used to calculate the root ancestor path to which this reference-able item has been defined for. Example: ThisItem( Offset = 0) -> ParentItem( Offset 1 ) -> GrandParentItem( Offset = 2 ) When no offset is defined, the current item will be used as the root item. Note: This is only used when the subscriber is filtered.

Methods

GetOptions Gets the custom options defined by this attribute.
HasOptions Determines if this attribute defines custom options.

See Also