DynamicListSubscriberAttribute Class

Describes the attributes of a Dynamic List Subscriber( IE: Listens to a Subscribe-able collection for changes ). Uses the subscribe-able list as a value source.

Definition

Namespace: MFiles.VAF.Configuration.DynamicList
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class DynamicListSubscriberAttribute : DynamicListBaseAttribute
Inheritance
Object    Attribute    DynamicListBaseAttribute    DynamicListSubscriberAttribute

Constructors

DynamicListSubscriberAttribute Default parameter-less constructor.

Properties

FilterMode The filtering mode used by the subscriber to limit the lists members that it subscribes to.
ListName Name of the subscribe-able collection.
(Inherited from DynamicListBaseAttribute)
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.
(Inherited from DynamicListBaseAttribute)

Methods

GetOptions Gets the custom options defined by this attribute.
(Overrides DynamicListBaseAttributeGetOptions)
HasOptions Determines if this attribute defines custom options.
(Inherited from DynamicListBaseAttribute)

See Also