| RoleAssignmentInfoCheckIntegrity Method (DataObject, Boolean) |
Returns whether the resource assignment data object has proper values for 'id', 'identity' and 'resource'.
Namespace:
Omada.OE.Solution.OIM.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static bool CheckIntegrity(
DataObject resourceAssignment,
bool mustHaveId
)
Parameters
- resourceAssignment
- Type: Omada.OE.ModelDataObject
- mustHaveId
- Type: SystemBoolean
If stated as false the method doesn't check whether the resource assignment has an id.
Return Value
Type:
Boolean
See Also