EasyUA Reference
AddLink Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > UaDataBind Class : AddLink Method

Glossary Item Box

Create a DataBind link for one item. The item is added to the refresh group and the internal callback handler will write new values to the specified control.
DataBind.ApplyChanges() must be called for the added links to be activated in the server. This is to increase performance by activating multple links with a single server access.

Overload List

OverloadDescription
AddLink(NodeId,Object)Create a DataBind link for one item. The item is added to the refresh group and the internal callback handler will write new values to the specified control.
DataBind.ApplyChanges() must be called for the added links to be activated in the server. This is to increase performance by activating multple links with a single server access.  
AddLink(NodeId,Object,Int32)Create a DataBind link for one item. The item is added to the refresh group and the internal callback handler will write new values to the specified control at the specified index.
DataBind.ApplyChanges() must be called for the added links to be activated in the server. This is to increase performance by activating multple links with a single server access.  
AddLink(NodeId,Object,DataBindFormat)Create a DataBind link for one item. The item is added to the refresh group and the internal callback handler will write new values to the specified control. The value is formatted according the format definition object.
DataBind.ApplyChanges() must be called for the added links to be activated in the server. This is to increase performance by activating multple links with a single server access.  
AddLink(NodeId,Object,Int32,DataBindFormat)Create a DataBind link for one item. The item is added to the refresh group and the internal callback handler will write new values to the specified control at the specified index. The value is formatted according the format definition object.
DataBind.ApplyChanges() must be called for the added links to be activated in the server. This is to increase performance by activating multple links with a single server access.  
AddLink(NodeId,Object,Int32,Int32,DataBindFormat)Create a DataBind link for one item. The item is added to the refresh group and the internal callback handler will write new values to the specified control at the specified index. The value is formatted according the format definition object.
DataBind.ApplyChanges() must be called for the added links to be activated in the server. This is to increase performance by activating multple links with a single server access.  
AddLink(NodeId,Object,String,DataBindFormat)Create DataBind link to the named property in any class.
DataBind.ApplyChanges() must be called for the added links to be activated in the server. This is to increase performance by activating multple links with a single server access.  

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.