LookupsExtensionMethods Class

Defines convenience methods for the Lookups interface.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static class LookupsExtensionMethods
Inheritance
Object    LookupsExtensionMethods

Methods

AddRange(Lookups, Lookups) Adds all Lookups in a range to an existing Lookups collection .
AddRange(Lookups, IEnumerableLookup) Adds all Lookups in a range to an existing Lookups collection .
Intersects Determines if the passed lookup has any items that are also in this one. Does not take into account the version information.
IsEqual Determines if the passed lookups contains all the same items as this one.
ToObjVerExs Converts a Lookups Collection to a List of ObjVerEx.

See Also