Click or drag to resize

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
Syntax
C#
public OdwMappedAttribute(
	string name,
	bool isMandatory = false
)

Parameters

name
Type: SystemString
isMandatory (Optional)
Type: SystemBoolean
See Also