Click or drag to resize

ResourceAccountTypeValidationInfo Class

Contains references for valid account types for a resource. Used in Access Request validation logic.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.Model.PackagedSolution.AccessRequestResourceAccountTypeValidationInfo

Namespace:  Omada.OE.Solution.OIM.AppLogic.Model.PackagedSolution.AccessRequest
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class ResourceAccountTypeValidationInfo

The ResourceAccountTypeValidationInfo type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyResource
Simple data object representation of a Resource
Public propertySystems
Simple data object representations of the systems
Public propertyValidAccountTypes
Simple data object representations of the valid account types for the resource
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also