Click or drag to resize

UniqueValueGenerationParams Class

The unique value generation params.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.ModelUniqueValueGenerationParams

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.Model
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public class UniqueValueGenerationParams

The UniqueValueGenerationParams type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyErrorMessage
Gets or sets the error message.
Public propertyMaxRetries
Gets or sets the max retries.
Public propertySkipUniquenessChecker
Gets or sets the dynamic expresso condition checker.
Public propertyTargetPropertySystemName
Gets or sets the target property system name.
Public propertyUniquenessCheckers
Gets or sets the uniqueness checkers.
Public propertyValueGenerator
Gets or sets the value generator.
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