asposediagram.api

Class AutoLinkComparison

Defines a rule that compares a column in the parent DataRecordset element with a shape data item from the last successful automatic linking action performed in the user interface.

Property Getters/Setters Summary
methodgetColumnName()
method
           Corresponds to a column name in the ADO recordset.
methodgetContextType()
method
           Specifies properties of the group or shape to use for the comparison. Possible values are shown in the following table. The value of the property is ContextTypeValue integer constant.
methodgetContextTypeLabel()
method
           If the ContextType value is 2 or 3, this attribute is required to define a comparison. For ContextType = 2, ContextTypeLabel must be the shape data item label, and if ContextType = 3, ContextTypeLabel must be the local row name.
 

    • Property Getters/Setters Detail

      • getColumnName/setColumnName : String 

        String getColumnName() / setColumnName(value)
        
        Corresponds to a column name in the ADO recordset.
      • getContextType/setContextType : int 

        int getContextType() / setContextType(value)
        
        Specifies properties of the group or shape to use for the comparison. Possible values are shown in the following table. The value of the property is ContextTypeValue integer constant.
      • getContextTypeLabel/setContextTypeLabel : String 

        String getContextTypeLabel() / setContextTypeLabel(value)
        
        If the ContextType value is 2 or 3, this attribute is required to define a comparison. For ContextType = 2, ContextTypeLabel must be the shape data item label, and if ContextType = 3, ContextTypeLabel must be the local row name.