Class EntryCustom
Class to represent a Custom Entry.
public class EntryCustom : Entry
- Inheritance
-
EntryCustom
- Inherited Members
Constructors
EntryCustom(string, UIEntry)
Initializes a new instance of EntryCustom.
public EntryCustom(string fieldName, UIEntry body)
Parameters
Fields
_body
Class to represent the custom .NET HTML body.
protected UIEntry _body
Field Value
iCrmEntryDotNet
Interface to represent the EntryCustom on Unmanaged Code. This should be used only for inherited classes
protected ICrmEntryDotNet iCrmEntryDotNet
Field Value
Properties
Body
Gets or sets the EntryCustom Body.
public UIEntry Body { get; set; }
Property Value
OnChangeScript
Specifies the JavaScript to be executed when the value in the field is edited.
public override string OnChangeScript { get; set; }