UserAccountContext Class

A list of user accounts 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 class UserAccountContext : ExtendedValueListItemContext
Inheritance
Object    ExpansionContext<TypedValue>    TypedValueContext    ValueListItemContext    ExtendedValueListItemContext    UserAccountContext

Constructors

Properties

ContextType The type of value this context contains.
(Overrides ValueListItemContext.ContextType)
Count Gets the number of elements contained in the list.
(Inherited from ExpansionContext<T>)
DataType The datatype of the values in this context.
(Inherited from ValueListItemContext)
IsReadOnly Indicates if the list can be modified, or is readonly.
(Inherited from ExpansionContext<T>)
Item Gets or sets the item at the specified index. Ignores null values.
(Inherited from ExpansionContext<T>)
List Internal list.
(Inherited from ExpansionContext<T>)
Text A string representation of the values contained.
(Inherited from TypedValueContext)
Type The type of item this list contains.
(Inherited from ExpansionContext<T>)
ValueList The built in value list this context extends the items of.
(Overrides ExtendedValueListItemContext.ValueList)

Methods

Add(Int32) Adds a raw value to the context (wraps it in a typedValue).
(Inherited from ValueListItemContext)
Add(TypedValue) Adds a TypedValue to the context.
(Inherited from ValueListItemContext)
AddRange(Nullable<Int32>[])
(Inherited from ValueListItemContext)
AddRange(TypedValue[])
(Inherited from ValueListItemContext)
AssertValidItem Ensures an item is valid before it is added to the list. Delegated to by the IList methods that add a value to the list.
(Inherited from TypedValueContext)
Clear Removes all items from the list.
(Inherited from ExpansionContext<T>)
Clone Returns a new instance of this context type with the same values.
(Inherited from ValueListItemContext)
Contains Determines whether the item is present in the list.
(Inherited from ExpansionContext<T>)
CopyTo Copies the elements of the list to an Array, starting at a particular Array index.
(Inherited from ExpansionContext<T>)
GetEnumerator Returns an enumerator that iterates through each item of the list.
(Inherited from ExpansionContext<T>)
IndexOf Determines the index of a specific item.
(Inherited from ExpansionContext<T>)
Insert Inserts an item at the specified index. Ignores null values.
(Inherited from ExpansionContext<T>)
Remove Removes an item from the list.
(Inherited from ExpansionContext<T>)
RemoveAt Removes the item at the specified index.
(Inherited from ExpansionContext<T>)
SafeCast<T2> Casts the context to an enumerable list of type T safely. If the cast is not valid, null is returned.
(Inherited from ValueListItemContext)
UniqueValues Returns a new instance of this context type with duplicate values removed.
(Inherited from ValueListItemContext)

See Also