Class DisplayFormatAttribute

    • Field Detail

      • assemblyFullName

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

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

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

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

      • DisplayFormatAttribute

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

        public DisplayFormatAttribute()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getApplyFormatInEditMode

        public boolean getApplyFormatInEditMode()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setApplyFormatInEditMode

        public void setApplyFormatInEditMode​(boolean ApplyFormatInEditMode)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getConvertEmptyStringToNull

        public boolean getConvertEmptyStringToNull()
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setConvertEmptyStringToNull

        public void setConvertEmptyStringToNull​(boolean ConvertEmptyStringToNull)
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHtmlEncode

        public boolean getHtmlEncode()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHtmlEncode

        public void setHtmlEncode​(boolean HtmlEncode)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDataFormatString

        public java.lang.String getDataFormatString()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDataFormatString

        public void setDataFormatString​(java.lang.String DataFormatString)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getNullDisplayText

        public java.lang.String getNullDisplayText()
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setNullDisplayText

        public void setNullDisplayText​(java.lang.String NullDisplayText)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable