|   | PropertyValuesContainer Constructor (IEnumerableBaseProperty, Boolean, Boolean) | 
  
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic PropertyValuesContainer(
	IEnumerable<BaseProperty> allowedProperties,
	bool allowFixedFields = false,
	bool treatAllSetTypesAsMultiValued = false
)
Parameters
- allowedProperties
 - Type: System.Collections.GenericIEnumerableBaseProperty
 - allowFixedFields (Optional)
 - Type: SystemBoolean
            If true then all (supported) fixed fields are allowed.
             - treatAllSetTypesAsMultiValued (Optional)
 - Type: SystemBoolean
            If true all "set type" properties and fixed fields will allow multiple values.
            The "set types" are: All Set properties, All Reference properties and some Fixed Fields (CreatedBy, ChangedBy, DeletedBy, ActivityState, ProcessState, Acceptance).
             
See Also