Click or drag to resize

UserAccountContext Class

A list of user accounts as the input or output of placeholder level expansion.
Inheritance Hierarchy

Namespace:  MFiles.VAF.Placeholders
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public class UserAccountContext : ExtendedValueListItemContext

The UserAccountContext type exposes the following members.

Constructors
  NameDescription
Public methodUserAccountContext
Initializes a new instance of the UserAccountContext class
Top
Properties
  NameDescription
Public propertyContextType
The type of value this context contains.
(Overrides ValueListItemContextContextType.)
Public propertyCount
Gets the number of elements contained in the list.
(Inherited from ExpansionContextT.)
Public propertyDataType
The datatype of the values in this context.
(Inherited from ValueListItemContext.)
Public propertyIsReadOnly
Indicates if the list can be modified, or is readonly.
(Inherited from ExpansionContextT.)
Public propertyItem
Gets or sets the item at the specified index. Ignores null values.
(Inherited from ExpansionContextT.)
Protected propertyList
Internal list.
(Inherited from ExpansionContextT.)
Public propertyText
A string representation of the values contained.
(Inherited from TypedValueContext.)
Public propertyType
The type of item this list contains.
(Inherited from ExpansionContextT.)
Public propertyValueList
The built in value list this context extends the items of.
(Overrides ExtendedValueListItemContextValueList.)
Top
Methods
  NameDescription
Public methodAdd(TypedValue)
Adds a TypedValue to the context.
(Inherited from ValueListItemContext.)
Public methodAdd(Int32)
Adds a raw value to the context (wraps it in a typedValue).
(Inherited from ValueListItemContext.)
Public methodAssertValidItem
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.)
Public methodClear
Removes all items from the list.
(Inherited from ExpansionContextT.)
Public methodClone
Returns a new instance of this context type with the same values.
(Inherited from ValueListItemContext.)
Public methodContains
Determines whether the item is present in the list.
(Inherited from ExpansionContextT.)
Public methodCopyTo
Copies the elements of the list to an Array, starting at a particular Array index.
(Inherited from ExpansionContextT.)
Public methodGetEnumerator
Returns an enumerator that iterates through each item of the list.
(Inherited from ExpansionContextT.)
Public methodIndexOf
Determines the index of a specific item.
(Inherited from ExpansionContextT.)
Public methodInsert
Inserts an item at the specified index. Ignores null values.
(Inherited from ExpansionContextT.)
Public methodRemove
Removes an item from the list.
(Inherited from ExpansionContextT.)
Public methodRemoveAt
Removes the item at the specified index.
(Inherited from ExpansionContextT.)
Public methodSafeCastT2
Casts the context to an enumerable list of type T safely. If the cast is not valid, null is returned.
(Inherited from ValueListItemContext.)
Public methodUniqueValues
Returns a new instance of this context type with duplicate values removed.
(Inherited from ValueListItemContext.)
Top
See Also