Click or drag to resize

IdList Class

Inheritance Hierarchy
SystemObject
  System.Collections.GenericListInt32
    Omada.OE.Solution.OIM.AppLogic.OPS.WCFIdList

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS.WCF
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[CollectionDataContractAttribute(Name = "IdList", Namespace = "http://schemas.omada.net/ois/2014/Provisioning/Config", 
	ItemName = "Id")]
public class IdList : List<int>

The IdList type exposes the following members.

Constructors
  NameDescription
Public methodIdList
Top
Extension Methods
  NameDescription
Public Extension MethodParallelForEachAsCurrentIdentityInt32
Runs the action in parallel for each item in the list, as the identity in the context This should be used instead of Parallel.ForEach, since Parallel.ForEach is not guaranteed to keep the impersonation context. More on this can be found here: https://stackoverflow.com/questions/26065155/parallel-foreach-changes-impersonation-context
(Defined by LinqExtensions.)
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also