Package system.web.ui

Class PartialCachingAttribute

    • Field Detail

      • assemblyFullName

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

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

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

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

      • PartialCachingAttribute

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

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

        public PartialCachingAttribute​(int duration)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • PartialCachingAttribute

        public PartialCachingAttribute​(int duration,
                                       java.lang.String varyByParams,
                                       java.lang.String varyByControls,
                                       java.lang.String varyByCustom)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • PartialCachingAttribute

        public PartialCachingAttribute​(int duration,
                                       java.lang.String varyByParams,
                                       java.lang.String varyByControls,
                                       java.lang.String varyByCustom,
                                       boolean shared)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • PartialCachingAttribute

        public PartialCachingAttribute​(int duration,
                                       java.lang.String varyByParams,
                                       java.lang.String varyByControls,
                                       java.lang.String varyByCustom,
                                       java.lang.String sqlDependency,
                                       boolean shared)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getShared

        public boolean getShared()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setShared

        public void setShared​(boolean Shared)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDuration

        public int getDuration()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDuration

        public void setDuration​(int Duration)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getProviderName

        public java.lang.String getProviderName()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setProviderName

        public void setProviderName​(java.lang.String ProviderName)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSqlDependency

        public java.lang.String getSqlDependency()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSqlDependency

        public void setSqlDependency​(java.lang.String SqlDependency)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVaryByControls

        public java.lang.String getVaryByControls()
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setVaryByControls

        public void setVaryByControls​(java.lang.String VaryByControls)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVaryByCustom

        public java.lang.String getVaryByCustom()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setVaryByCustom

        public void setVaryByCustom​(java.lang.String VaryByCustom)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVaryByParams

        public java.lang.String getVaryByParams()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setVaryByParams

        public void setVaryByParams​(java.lang.String VaryByParams)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable