Omada Identity
Omada Identity
Namespaces
Omada.OE.Solution.OIM.Assembly.AppLogic.Extensions
ValuePropertyExtensions Class
ValuePropertyExtensions Methods
ConvertObjectToPropType Method
ValuePropertyExtensions
ConvertObjectToPropType Method
Converts object to the property type.
Namespace:
Omada.OE.Solution.OIM.Assembly.AppLogic.Extensions
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
Copy
public
static
Object
ConvertObjectToPropType
(
this
ValueProperty
valueProperty
,
Object
obj
)
Parameters
valueProperty
Type:
Omada.OE.Model
ValueProperty
The value property.
obj
Type:
System
Object
The object.
Return Value
Type:
Object
The converted object.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ValueProperty
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
ValuePropertyExtensions Class
Omada.OE.Solution.OIM.Assembly.AppLogic.Extensions Namespace