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