.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Determines if the class is a supported attribute type.

Namespace: Org.IdentityConnectors.Framework.Common
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static void CheckAttributeType(
	Type type
)

Parameters

type
Type: System..::..Type

Remarks

If not it throws an ArgumentException.
  • string
  • long
  • long?
  • char
  • char?
  • double
  • double?
  • float
  • float?
  • int
  • int?
  • bool
  • bool?
  • byte[]
  • BigDecimal
  • BigInteger

Exceptions

ExceptionCondition
System..::..ArgumentExceptioniff the type is not on the supported list.

See Also