Click or drag to resize

ChoicesProviderApplicableCondition Class


Describes the when this provider should provide the choices to an element. This object provides the logic to decide whether the provider to which it belongs should be used to provide element choices, based on the combination of SchemaName and ElementNames.
Inheritance Hierarchy
SystemObject
  Ingeniux.CMSChoicesProviderApplicableCondition

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public class ChoicesProviderApplicableCondition

The ChoicesProviderApplicableCondition type exposes the following members.

Constructors
  NameDescription
Public methodChoicesProviderApplicableCondition
Initializes a new instance of the ChoicesProviderApplicableCondition class, given schemaName and elementNames.
Top
Properties
  NameDescription
Public propertyElementNames
Gets the list of ElementNames criteria. Provider will only work if ElementNames is contained in this collection
Public propertySchemaName
Gets the SchemaName criteria. Provider will only work if SchemaName matches.
Top
Methods
  NameDescription
Public methodMatch
Checks if the provider can provide choices for the given element, by checking the schemaName and elementName.
Top
See Also