IntegrityCheck Class |
Namespace: Omada.OE.Model
public class IntegrityCheck
The IntegrityCheck type exposes the following members.
Name | Description | |
---|---|---|
![]() | IntegrityCheck |
Default constructor
|
![]() | IntegrityCheck(String, String, ICollection) |
Initializes integrity check with name, errorMessage and idList
|
Name | Description | |
---|---|---|
![]() | ErrorMessage |
Error message. Contains smth. even Passed==true!
|
![]() | HowToFix |
String with "How to fix" information.
|
![]() | IdList |
Contains object id's if Passed==false.
|
![]() | Index |
Index - indicates an order in which check is added.
|
![]() | Invalid |
Is the check (index) invalid - meaning that it doesn't exist?
|
![]() | Name |
Name of integrity check
|
![]() | Passed |
Informs if check passed
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |