RelationshipLink
Definição da configuração do objeto RelationLink para configurar realcionamentos entre formularios.
getFormLink
getFormLink() : string
Description
Returns the name of the form to be related.
Return
( string )
The name of the form.
getSubLinks
getSubLinks() : Config | Exec | Header | Req | Res | Values | DataSchema
Description
Returns the sub relationships
Return
( Config | Exec | Header | Req | Res | Values | DataSchema )
The sub relationships.
hasSubLinks
hasSubLinks() : boolean
Description
Returns whether the current object has sub relationships.
Return
( boolean )
Whether you have it or not.
setFormLink
setFormLink(form: string) : RelationshipLink
Description
Defines the name of the form to be related.
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
form | string | The name of the form |
Return
( RelationshipLink )
Current RelationLink object.
setSubLinks
setSubLinks(subLinks: Config | Exec | Header | Req | Res | Values | DataSchema) : RelationshipLink
Description
Defines the sub relationships
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
subLinks | Config | Exec | Header | Req | Res | Values | DataSchema | The sub relationships |
Return
( RelationshipLink )
Current RelationLink object.