IExpansionContext Interface

A list of values as the input or output of placeholder level expansion.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public interface IExpansionContext : IEnumerable
Implements
IEnumerable

Properties

ContextType The type of expansion value this context contains.
Count A string representation of the values contained.
Text A string representation of the values contained.
Type The type of item this list contains.

Methods

Clone Returns a new instance of this context type with the same values.
GetEnumerator Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable)
SafeCastT Casts the context to an enumerable list of type T safely. If the cast is not valid, null is returned.
UniqueValues Returns a new instance of this context type with duplicate values removed.

See Also