IAdmCondition
The IAdmCondition interface is the base interface for all condition objects. All interfaces that represent condition objects of different types are inherited from IAdmCondition.
Inheritance: IUnknown
Methods
-
Method
-
Description
-
GetDescription()
-
Returns a description of the condition.
-
GetDescriptionXML()
-
Returns an XML document containing a description of the condition.
Properties
-
Property
-
Description
-
WhatIsChecked
-
Gets a string that describes what this condition checks.
Details
GetDescription()
Returns a description of the condition.
String GetDescription(String objectName)
Parameters
The objectName parameter specifies the name of the object this condition is applied to. This parameter can be NULL.
GetDescriptionXML()
Returns an XML document containing a description of the condition.
String GetDescriptionXml(String objectName)
Parameters
The objectName parameter specifies the name of the object this condition is applied to. This parameter can be NULL.
WhatIsChecked
Gets a string that describes what this condition checks.
- Type:
- String
- Access:
- Read-only
Requirements
Minimum required version: 2009.1