DynamicListSubscriberAttribute Class |
Namespace: MFiles.VAF.Configuration.DynamicList
public class DynamicListSubscriberAttribute : DynamicListBaseAttribute
The DynamicListSubscriberAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | DynamicListSubscriberAttribute |
Default parameter-less constructor.
|
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
Name | Description | |
---|---|---|
![]() | Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from Attribute.) |
![]() | GetOptions |
Gets the custom options defined by this attribute.
(Overrides DynamicListBaseAttributeGetOptions.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasOptions |
Determines if this attribute defines custom options.
(Inherited from DynamicListBaseAttribute.) |
![]() | IsDefaultAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from Attribute.) |
![]() | Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from Attribute.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |