Click or drag to resize

IntegrityCheck Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelIntegrityCheck

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class IntegrityCheck

The IntegrityCheck type exposes the following members.

Constructors
  NameDescription
Public methodIntegrityCheck
Default constructor
Public methodIntegrityCheck(String, String, ICollection)
Initializes integrity check with name, errorMessage and idList
Top
Properties
  NameDescription
Public propertyErrorMessage
Error message. Contains smth. even Passed==true!
Public propertyHowToFix
String with "How to fix" information.
Public propertyIdList
Contains object id's if Passed==false.
Public propertyIndex
Index - indicates an order in which check is added.
Public propertyInvalid
Is the check (index) invalid - meaning that it doesn't exist?
Public propertyName
Name of integrity check
Public propertyPassed
Informs if check passed
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