Table of Contents

Class EntrySelect

Namespace
Sage.CRM.Controls
Assembly
SageCRMNet.dll

Represents a select-type entry field.

public class EntrySelect : Entry
Inheritance
EntrySelect
Derived
Inherited Members

Constructors

EntrySelect(string, EntryTypes)

Initializes a new instance of EntrySelect.

protected EntrySelect(string fieldName, EntryTypes type)

Parameters

fieldName string

Field Name.

type EntryTypes

Used to setup the Entry Type correctly on unmanaged code.

EntrySelect(string)

Initializes a new instance of EntrySelect.

public EntrySelect(string fieldName)

Parameters

fieldName string

Field Name.

Fields

iEntrySelect

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

protected ICrmEntrySelect iEntrySelect

Field Value

ICrmEntrySelect

Properties

AllowBlank

Gets or sets the AllowBlank property.

public bool AllowBlank { get; set; }

Property Value

bool

IsMultiple

Gets or sets the IsMultiple property.

public bool IsMultiple { get; set; }

Property Value

bool

LookupFamily

Gets or sets LookupFamily property.

public string LookupFamily { get; set; }

Property Value

string

Methods

RemoveLookup(string)

Removes a Lookup item.

public void RemoveLookup(string code)

Parameters

code string

The code of the Lookup item to be removed.