Click or drag to resize
DataComFormLayout Class
Data com form layout.
Inheritance Hierarchy

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
public class DataComFormLayout : AbstractLayout

The DataComFormLayout type exposes the following members.

Constructors
  NameDescription
Public methodDataComFormLayout
Initializes a new instance of the Data.com form layout with the specified form and its panel.
Top
Methods
  NameDescription
Protected methodAddControlToPanel
Adds control to form panel.
(Inherited from AbstractLayout.)
Protected methodCreateBuyContactButton
Creates a button to buy the specified contact, and returns it.
Protected methodCreateCollapsibleImage
Gets collapsible image.
(Inherited from AbstractLayout.)
Protected methodCreateEditingFormControl
Creates new EditingFormControl and puts it into FieldEditingControls hash table.
(Inherited from AbstractLayout.)
Protected methodCreateErrorLabel
Creates the validation label for a field.
(Inherited from AbstractLayout.)
Protected methodCreateFieldActions
Creates additional field action buttons and puts them into FieldActionsControls dictionary.
(Inherited from AbstractLayout.)
Protected methodCreateFieldLabel
Creates the field label.
(Inherited from AbstractLayout.)
Protected methodCreateLastModifiedLiteral
Creates a control with localized date and time of last Data.com contact (or company) modification, and retuns it.
Protected methodCreateVisibilityControl
Creates the visibility control for a field.
(Inherited from AbstractLayout.)
Protected methodInitializeBuyContactButton
Initializes the specified button to open a modal dialog.
Public methodIsCategoryCollapsed
Returns true if the given category is collapsed
(Inherited from AbstractLayout.)
Protected methodIsExcludedRequiredField
Indicates if field is excluded from applying the required field format string.
(Inherited from AbstractLayout.)
Public methodLoadLayout
Creates layout for the Data.com form.
(Overrides AbstractLayoutLoadLayout.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Fields
  NameDescription
Protected fieldmCollapsibleImages
Dictionary of the collapsible images indexed by category name
(Inherited from AbstractLayout.)
Top
Properties
  NameDescription
Protected propertyBasicForm
Form
(Inherited from AbstractLayout.)
Public propertyFormPanel
Main form panel
(Inherited from AbstractLayout.)
Public propertyRequiredMarkCssClass
Gets or sets CSS class for the required mark (*)
(Inherited from AbstractLayout.)
Top
Events
  NameDescription
Public eventOnAfterRegisterFormControl
Event representing control registration.
(Inherited from AbstractLayout.)
Top
See Also