Click or drag to resize
FormInfoHelper Methods

The FormInfoHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetUniqueFieldName(ISetString, String)
Gets unique name for name within the specified existingFieldNames by appending a suffix containing ordinal number.
Public methodStatic memberGetUniqueFieldName(FormInfo, String)
Gets unique name for name within the specified formInfo by appending a suffix containing ordinal number.
Protected methodGetUniqueFieldNameInternal(ISetString, String)
Gets unique name for name within the specified existingFieldNames by appending a suffix containing ordinal number.
Protected methodGetUniqueFieldNameInternal(FormInfo, String)
Gets unique name for name within the specified formInfo by appending a suffix containing ordinal number.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also