Class EntryAdvSearchSelect
Class used to represent Advanced Select Search.
public class EntryAdvSearchSelect : EntrySelect
- Inheritance
-
EntryAdvSearchSelect
- Inherited Members
Constructors
EntryAdvSearchSelect(string, string)
Initializes a new instance of EntryAdvSearchSelect.
public EntryAdvSearchSelect(string fieldName, string SearchEntity)
Parameters
Fields
iEntryAdvSearchSelect
Interface to represent the EntryAdvSearchSelect on Unmanaged Code. This should be used only for inherited classes.
protected ICrmEntryAdvSearchSelect iEntryAdvSearchSelect
Field Value
Properties
DisableValueHyperlinking
Enable or Disable the Hyperlinking value.
public bool DisableValueHyperlinking { get; set; }
Property Value
IdField
Gets or sets the IdField property.
public string IdField { get; set; }
Property Value
Restrictor
Gets or sets the Restrictor value.
public string Restrictor { get; set; }
Property Value
SearchEntity
Gets the current Search Entity.
public string SearchEntity { get; }
Property Value
SearchMultiple
Gets or sets the SearchMultiple property.
public bool SearchMultiple { get; set; }
Property Value
SearchSql
Gets or sets the SearchSql property.
public string SearchSql { get; set; }
Property Value
SearchTable
Gets or sets the SearchTable property.
public string SearchTable { get; set; }
Property Value
ssViewFields
Gets or sets the ssViewFields property.
public string ssViewFields { get; set; }
Property Value
TiedFields
Gets or sets the TiedFields property.
public string TiedFields { get; set; }
Property Value
ViewField
Gets or sets the ViewField property.
public string ViewField { get; set; }