Omada Identity
Omada Identity
Namespaces
Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
ResourceTypeHelper Class
ResourceTypeHelper Methods
GetResourceTypeAttributes Method
GetResourceTypesWithAttribute Method
GetResourceTypesWithAttributeSet Method
ResourceTypeHelper
GetResourceTypesWithAttribute Method
Finds the resource types having specific attribute
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#
Copy
public
IEnumerable
<
DataObject
>
GetResourceTypesWithAttribute
(
int
attributeId
)
Parameters
attributeId
Type:
System
Int32
id of the attribute
Return Value
Type:
IEnumerable
DataObject
List or ResourceType data objects
Implements
IResourceTypeHelper
GetResourceTypesWithAttribute(Int32)
See Also
Reference
ResourceTypeHelper Class
Omada.OE.Solution.OIM.AppLogic.Integration.Helpers Namespace