IAdmCondition

The IAdmCondition interface is the base interface for all conditions. All interfaces that represent conditions of different types are inherited from IAdmCondition.

Inheritance: IUnknown

Methods

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

  • objectName – 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

  • objectName – 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

See also