Class EntrySelect
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
stringField Name.
type
EntryTypesUsed to setup the Entry Type correctly on unmanaged code.
EntrySelect(string)
Initializes a new instance of EntrySelect.
public EntrySelect(string fieldName)
Parameters
fieldName
stringField Name.
Fields
iEntrySelect
Interface to represent the EntrySelect on Unmanaged Code. This should be used only for inherited classes.
protected ICrmEntrySelect iEntrySelect
Field Value
Properties
AllowBlank
Gets or sets the AllowBlank property.
public bool AllowBlank { get; set; }
Property Value
IsMultiple
Gets or sets the IsMultiple property.
public bool IsMultiple { get; set; }
Property Value
LookupFamily
Gets or sets LookupFamily property.
public string LookupFamily { get; set; }
Property Value
Methods
RemoveLookup(string)
Removes a Lookup item.
public void RemoveLookup(string code)
Parameters
code
stringThe code of the Lookup item to be removed.