Click or drag to resize

FieldContainers Class

Inheritance Hierarchy
SystemObject
  System.Collections.GenericListFieldContainer
    Omada.OE.ModelFieldContainers

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class FieldContainers : List<FieldContainer>

The FieldContainers type exposes the following members.

Constructors
  NameDescription
Public methodFieldContainers
Top
Methods
  NameDescription
Public methodAdd(IntegerList)
Public methodAdd(Int32)
Public methodAdd(FixedField)
Public methodAddCommonFixedFields
Adds fixed fields to the collection which are valid for all data object types in the system.
Public methodAddFixedFields
Adds all fixed fields to the collection, that are valid for the specified data object types. The valid ones are either the ones that are valid for ALL or for ANY of the specified data object types. If the collection is empty then the fixed fields, that are common for all data object types in the system, are added.
Public methodAddProperties
Adds properties to the collection which are valid for the provided types. If no types are provided, no properties are added.
Public methodClone
Public methodContains
Public methodContainsField
Public methodContainsFixedField
Public methodContainsProperty
Public methodFilter
Public methodGetByFixedField
Public methodGetByPropertyId
Public methodGetDelimitedNameString
Public methodGetFieldsNotInCollection
Public methodGetPropertyIdList
Top
Extension Methods
  NameDescription
Public Extension MethodParallelForEachAsCurrentIdentityFieldContainer
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