IViewTableMethods Interface
View table methods interface.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public interface IViewTableMethods : IViewMethods
Public Interface IViewTableMethods
Inherits IViewMethods
- Implements
- IViewMethods
| ApplyRules |
Applies validation rules for a specific field or to all fields if is passed to the fieldName parameter.
|
| GetData |
Gets the model of the table, including the fields and values.
|
| GetValue |
Gets the value corresponding to the indicated field.
|
| IsEditing |
Gets the value of whether the registry is currently being modified.
|
| IsReadOnly |
Indicates if a field is read-only.
|
| SetFieldError |
Set an error message to the indicated field.
|
| SetFieldLink |
Set a command that will be launched when the link button is clicked..
|
| SetFieldReadOnly |
Activate or deactivate whether a field is read-only,
as long as it is not more restrictive by default or for security reasons.
|
| SetFieldRequired |
Activate or deactivate if a field is required,
as long as it is not more restrictive by default.
|
| SetFieldRule |
Sets a validation rule to the indicated field.
|
| SetFieldSuggest |
Set a command for when the field suggestion is launched.
|
| SetValue |
Sets the value corresponding to the indicated field.
|