Table of Contents

Class UIEntry

Namespace
Sage.CRM.UI
Assembly
SageCRMNet.dll

Abstract class to represent a UIEntry.

public abstract class UIEntry : UIObject
Inheritance
UIEntry
Inherited Members

Constructors

UIEntry(string)

Initializes a new instance of UIEntry.

public UIEntry(string htmlType)

Parameters

htmlType string

Properties

Mode

Gets or sets the Mode to the entry.

public abstract Mode Mode { get; set; }

Property Value

Mode

Value

Gets or sets the value to the entry.

public abstract string Value { get; set; }

Property Value

string