| PackSolUtilsGenerateIdentityIdent Method |
Namespace:
Omada.OE.Solution.OIM.Assembly.PackagedSolution
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic static string GenerateIdentityIdent(
IDataObject identity,
bool contractor,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- identity
- Type: Omada.OE.Model.PublicIDataObject
Data object representing the identity for which an identity ident should be generated.
IMPORTANT: the object is not necessarily of data object type "Identity" - it might be a process target object like
for example an "Onboarding contractor".
- contractor
- Type: SystemBoolean
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
String
See Also