Click or drag to resize

ElementValuesProvider Class

The customizable class for implementing custom logics on providing choice items data for Enumeration Elements types, including Dropdown and Multi-select.
Inheritance Hierarchy
SystemObject
  Ingeniux.CMSElementValuesProvider

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux_API_Extensions_Development_Harness (in Ingeniux_API_Extensions_Development_Harness.dll) Version: 10.3.169
Syntax
C#
public class ElementValuesProvider

The ElementValuesProvider type exposes the following members.

Constructors
  NameDescription
Public methodElementValuesProvider
Initializes a new instance of the ElementValuesProvider class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetElementValues
This function is a customization point for Enumeration and Multiselect CMS elements to provide options like data driven select lists etc.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Please note that this file is compiled at runtime directly by Ingeniux CMS Site Instance.

The purpose of "API_Extensions_Development_Harnes" project in "Custom" folder is only for development and debugging. It's build result will not be used by Ingeniux CMS Site Instance.

However, the references of " "API_Extensions_Development_Harnes" project will be used during runtime compilation of the this file.

See Also