Click or drag to resize

IUserEntryForm Interface

User entry form

Namespace:  EBP.Api.Interfaces.Framework.Windows.User
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IUserEntryForm : IUserEntryFormBase, 
	IEntryForm, IForm, IDisposable, IEquatable<IProxy>, 
	IApiEntryForm

The IUserEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyactiveDirectoryUserCheckBoxEditor
Gets the control activeDirectoryUserCheckBoxEditor
(Inherited from IUserEntryFormBase.)
Public propertyadUserTextEditor
Gets the control adUserTextEditor
(Inherited from IUserEntryFormBase.)
Public propertyblockedCheckBoxEditor
Gets the control blockedCheckBoxEditor
(Inherited from IUserEntryFormBase.)
Public propertycheckBoxEditor1
Gets the control checkBoxEditor1
(Inherited from IUserEntryFormBase.)
Public propertycheckBoxEditor2
Gets the control checkBoxEditor2
(Inherited from IUserEntryFormBase.)
Public propertycheckBoxEditor3
Gets the control checkBoxEditor3
(Inherited from IUserEntryFormBase.)
Public propertycheckBoxEditor4
Gets the control checkBoxEditor4
(Inherited from IUserEntryFormBase.)
Public propertycheckBoxEditor5
Gets the control checkBoxEditor5
(Inherited from IUserEntryFormBase.)
Public propertycheckBoxEditor6
Gets the control checkBoxEditor6
(Inherited from IUserEntryFormBase.)
Public propertycolumnsTreeList
Gets the control columnsTreeList
(Inherited from IUserEntryFormBase.)
Public propertycreateCheckBoxEditor
Gets the control createCheckBoxEditor
(Inherited from IUserEntryFormBase.)
Public propertydeleteCheckBoxEditor
Gets the control deleteCheckBoxEditor
(Inherited from IUserEntryFormBase.)
Public propertyenableCheckBoxEditor
Gets the control enableCheckBoxEditor
(Inherited from IUserEntryFormBase.)
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyidTextEditor
Gets the control idTextEditor
(Inherited from IUserEntryFormBase.)
Public propertyintegratorCheckBoxEditor
Gets the control integratorCheckBoxEditor
(Inherited from IUserEntryFormBase.)
Public propertynameTextEditor
Gets the control nameTextEditor
(Inherited from IUserEntryFormBase.)
Public propertypasswordConfirmationTextEditor
Gets the control passwordConfirmationTextEditor
(Inherited from IUserEntryFormBase.)
Public propertypasswordTextEditor
Gets the control passwordTextEditor
(Inherited from IUserEntryFormBase.)
Public propertyprintCheckBoxEditor
Gets the control printCheckBoxEditor
(Inherited from IUserEntryFormBase.)
Public propertyreadCheckBoxEditor
Gets the control readCheckBoxEditor
(Inherited from IUserEntryFormBase.)
Public propertyrightsTreeList
Gets the control rightsTreeList
(Inherited from IUserEntryFormBase.)
Public propertysearchAdButton
Gets the control searchAdButton
(Inherited from IUserEntryFormBase.)
Public propertysignatureRichTextEditor
Gets the control signatureRichTextEditor
(Inherited from IUserEntryFormBase.)
Public propertyunauthorizedCheckBoxEditor
Gets the control unauthorizedCheckBoxEditor
(Inherited from IUserEntryFormBase.)
Public propertyupdateCheckBoxEditor
Gets the control updateCheckBoxEditor
(Inherited from IUserEntryFormBase.)
Public propertyuserGroupsTreeList
Gets the control userGroupsTreeList
(Inherited from IUserEntryFormBase.)
Public propertyvaluesTreeList
Gets the control valuesTreeList
(Inherited from IUserEntryFormBase.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodShow
Show the form
(Inherited from IForm.)
Public methodShowDialog
Show the form as modal
(Inherited from IForm.)
Top
Remarks
The IUserEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IUserEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IUserEntryForm>(FormGuids.FormGuid, entityId);
See Also