|    | IntegrityCheck Constructor (String, String, ICollection) | 
 
            Initializes integrity check with name, errorMessage and idList
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic IntegrityCheck(
	string name,
	string errorMessage,
	ICollection idlist
)
Parameters
- name
 - Type: SystemString
 - errorMessage
 - Type: SystemString
 - idlist
 - Type: System.CollectionsICollection
 
See Also