Link
Definição da configuração do objeto Link para realcionamento entre formularios.
getForm
getForm() : string
Description
Returns the name of the query's main form.
Return
( string )
The name of the form.
getRelationLink
getRelationLink() : RelationLink
Description
Returns the relationship configuration.
Return
( RelationLink )
Relationship configuration.
getWhere
getWhere() : Where
Description
Returns the filter configuration for the Link object's main form.
Return
( Where )
The filters configuration
link
link(formLink: string) : Link
Description
Defines a second relationship level on the current Link object.
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
formLink | string | Name of the form to be listed. |
Return
( Link )
Current Link object.
setForm
setForm(form: string) : Link
Description
Defines the name of the query's main form.
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
form | string | The name of the form |
Return
( Link )
Current Link object.
setRelationLink
setRelationLink(relationLink: RelationLink) : Link
Description
Defines the relationship configuration.
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
relationLink | RelationLink | The relationship configuration. |
Return
( Link )
Current Link object.
setWhere
setWhere(where: Where) : Link
Description
Defines the filter configuration for the Link object's main form.
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
where | Where | The filters configuration. |
Return
( Link )
Current Link object.