FieldContainers Methods |
The FieldContainers type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(IntegerList) | |
![]() | Add(Int32) | |
![]() | Add(FixedField) | |
![]() | AddCommonFixedFields |
Adds fixed fields to the collection which are valid for all data object types in the system.
|
![]() | AddFixedFields |
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.
|
![]() | AddProperties |
Adds properties to the collection which are valid for the provided types.
If no types are provided, no properties are added.
|
![]() | Clone | |
![]() | Contains | |
![]() | ContainsField | |
![]() | ContainsFixedField | |
![]() | ContainsProperty | |
![]() | Filter | |
![]() | GetByFixedField | |
![]() | GetByPropertyId | |
![]() | GetDelimitedNameString | |
![]() | GetFieldsNotInCollection | |
![]() | GetPropertyIdList |
Name | Description | |
---|---|---|
![]() | ParallelForEachAsCurrentIdentityFieldContainer |
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.) |
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |