Package system.data

Class FillErrorEventArgs

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Data
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Data.FillErrorEventArgs
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • FillErrorEventArgs

        public FillErrorEventArgs​(java.lang.Object instance)
                           throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • FillErrorEventArgs

        public FillErrorEventArgs()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • FillErrorEventArgs

        public FillErrorEventArgs​(DataTable dataTable,
                                  NetObject[] values)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class EventArgs
      • getContinue

        public boolean getContinue()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setContinue

        public void setContinue​(boolean Continue)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDataTable

        public DataTable getDataTable()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getErrors

        public NetException getErrors()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setErrors

        public void setErrors​(NetException Errors)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getValues

        public final NetObject[] getValues()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable