Click or drag to resize

ResourceAssignmentCreationParamsBasePropertyValues Property

Dictionary holding values for properties present on the role assignment data object type. The values will be assigned to the properties of the created role assignment data objects. The keys are property ids. The values must correspond to the type and data type of the corredponding property. - Value property w. datatype 'text': string - Value property w. datatype 'integer': int - Value property w. datatype 'datetime': DateTime - Value property w. datatype 'decimal': double - Value property w. datatype 'boolean': bool - Value property w. datatype 'timespan': TimeSpan - Reference property: ReferencePropertyValue - Set property: SetPropertyValue A value can also be null.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<int, Object> PropertyValues { get; set; }

Property Value

Type: DictionaryInt32, Object
See Also