| ProvisioningClaimLog Constructor |
Constructor to initialize all properties.
Namespace:
Omada.OE.Solution.OIM.AppLogic.RoPE
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic ProvisioningClaimLog(
int claimId,
ProvisioningClaimStatus status,
int attributesHash,
bool disabled,
ProvisioningActionType action,
int who,
DateTime when,
string message,
string anchor,
int assignmentHash,
string differentiator,
string accountName,
AttributeValueDictionary attributes
)
Parameters
- claimId
- Type: SystemInt32
- status
- Type: Omada.OE.ModelProvisioningClaimStatus
- attributesHash
- Type: SystemInt32
- disabled
- Type: SystemBoolean
- action
- Type: Omada.OE.Solution.OIM.AppLogic.RoPEProvisioningActionType
- who
- Type: SystemInt32
- when
- Type: SystemDateTime
- message
- Type: SystemString
- anchor
- Type: SystemString
- assignmentHash
- Type: SystemInt32
- differentiator
- Type: SystemString
- accountName
- Type: SystemString
- attributes
- Type: AttributeValueDictionary
See Also