Table of Contents

Class EntryAdvSearchSelect

Namespace
Sage.CRM.Controls
Assembly
SageCRMNet.dll

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

fieldName string

Field Name.

SearchEntity string

Search Entity.

Fields

iEntryAdvSearchSelect

Interface to represent the EntryAdvSearchSelect on Unmanaged Code. This should be used only for inherited classes.

protected ICrmEntryAdvSearchSelect iEntryAdvSearchSelect

Field Value

ICrmEntryAdvSearchSelect

Properties

DisableValueHyperlinking

Enable or Disable the Hyperlinking value.

public bool DisableValueHyperlinking { get; set; }

Property Value

bool

IdField

Gets or sets the IdField property.

public string IdField { get; set; }

Property Value

string

Restrictor

Gets or sets the Restrictor value.

public string Restrictor { get; set; }

Property Value

string

SearchEntity

Gets the current Search Entity.

public string SearchEntity { get; }

Property Value

string

SearchMultiple

Gets or sets the SearchMultiple property.

public bool SearchMultiple { get; set; }

Property Value

bool

SearchSql

Gets or sets the SearchSql property.

public string SearchSql { get; set; }

Property Value

string

SearchTable

Gets or sets the SearchTable property.

public string SearchTable { get; set; }

Property Value

string

ssViewFields

Gets or sets the ssViewFields property.

public string ssViewFields { get; set; }

Property Value

string

TiedFields

Gets or sets the TiedFields property.

public string TiedFields { get; set; }

Property Value

string

ViewField

Gets or sets the ViewField property.

public string ViewField { get; set; }

Property Value

string