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