Click or drag to resize
SearchSettingsInfo Methods

The SearchSettingsInfo type exposes the following members.

Methods
  NameDescription
Public methodContainsColumn
Indicates if specified property is included.
Public methodGetValue
Returns value specified by property name.
Public methodSetValue
Sets value to specified property.
Public methodTryGetValue
Returns value of column.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Top
See Also