| OdwMappedAttribute Constructor |
Create ODW mapped attribute using name and optional isMandatory flag
Namespace:
Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic OdwMappedAttribute(
string name,
bool isMandatory = false
)
Parameters
- name
- Type: SystemString
- isMandatory (Optional)
- Type: SystemBoolean
See Also