Class BaseProperty

    • Field Detail

      • assemblyFullName

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

        public static final java.lang.String assemblyShortName
        Assembly name: Microsoft.Build.Framework
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: Microsoft.Build.Framework.XamlTypes.BaseProperty
        See Also:
        Constant Field Values
      • classType

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

      • BaseProperty

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

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

      • BeginInit

        public void BeginInit()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndInit

        public void EndInit()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIncludeInCommandLine

        public boolean getIncludeInCommandLine()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIncludeInCommandLine

        public void setIncludeInCommandLine​(boolean IncludeInCommandLine)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsRequired

        public boolean getIsRequired()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIsRequired

        public void setIsRequired​(boolean IsRequired)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMultipleValuesAllowed

        public boolean getMultipleValuesAllowed()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMultipleValuesAllowed

        public void setMultipleValuesAllowed​(boolean MultipleValuesAllowed)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getReadOnly

        public boolean getReadOnly()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setReadOnly

        public void setReadOnly​(boolean ReadOnly)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVisible

        public boolean getVisible()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setVisible

        public void setVisible​(boolean Visible)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHelpContext

        public int getHelpContext()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHelpContext

        public void setHelpContext​(int HelpContext)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDataSource

        public DataSource getDataSource()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDataSource

        public void setDataSource​(DataSource DataSource)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getContainingRule

        public Rule getContainingRule()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setContainingRule

        public void setContainingRule​(Rule ContainingRule)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCategory

        public java.lang.String getCategory()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCategory

        public void setCategory​(java.lang.String Category)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDefault

        public java.lang.String getDefault()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDefault

        public void setDefault​(java.lang.String Default)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDescription

        public java.lang.String getDescription()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDescription

        public void setDescription​(java.lang.String Description)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDisplayName

        public java.lang.String getDisplayName()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDisplayName

        public void setDisplayName​(java.lang.String DisplayName)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getF1Keyword

        public java.lang.String getF1Keyword()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setF1Keyword

        public void setF1Keyword​(java.lang.String F1Keyword)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHelpFile

        public java.lang.String getHelpFile()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHelpFile

        public void setHelpFile​(java.lang.String HelpFile)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHelpUrl

        public java.lang.String getHelpUrl()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHelpUrl

        public void setHelpUrl​(java.lang.String HelpUrl)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getName

        public java.lang.String getName()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setName

        public void setName​(java.lang.String Name)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSeparator

        public java.lang.String getSeparator()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSeparator

        public void setSeparator​(java.lang.String Separator)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSubcategory

        public java.lang.String getSubcategory()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSubcategory

        public void setSubcategory​(java.lang.String Subcategory)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSwitch

        public java.lang.String getSwitch()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSwitch

        public void setSwitch​(java.lang.String Switch)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSwitchPrefix

        public java.lang.String getSwitchPrefix()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSwitchPrefix

        public void setSwitchPrefix​(java.lang.String SwitchPrefix)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable