Class Rule
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.framework.xamltypes.RuleSchema
-
- microsoft.build.framework.xamltypes.Rule
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Rule extends RuleSchema
The base .NET class managing Microsoft.Build.Framework.XamlTypes.Rule, Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Framework.XamlTypes.Rule
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.Build.Frameworkstatic java.lang.StringclassNameQualified class name: Microsoft.Build.Framework.XamlTypes.Rulestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidBeginInit()static Rulecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoRule, a cast assert is made to check if types are compatible.voidEndInit()java.lang.StringgetAdditionalInputs()java.lang.StringgetCommandLine()DataSourcegetDataSource()java.lang.StringgetDescription()java.lang.StringgetDisplayName()java.lang.StringgetExecutionDescription()java.lang.StringgetFileExtension()java.lang.StringgetHelpString()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetName()intgetOrder()java.lang.StringgetOutputs()RuleOverrideModegetOverrideMode()java.lang.StringgetPageTemplate()OrderedDictionaryGetPropertiesByCategory()BasePropertyGetProperty(java.lang.String propertyName)booleangetPropertyPagesHidden()java.lang.StringgetSeparator()booleangetShowOnlyRuleProperties()booleangetSupportsFileBatching()java.lang.StringgetSwitchPrefix()java.lang.StringgetToolName()voidsetAdditionalInputs(java.lang.String AdditionalInputs)voidsetCommandLine(java.lang.String CommandLine)voidsetDataSource(DataSource DataSource)voidsetDescription(java.lang.String Description)voidsetDisplayName(java.lang.String DisplayName)voidsetExecutionDescription(java.lang.String ExecutionDescription)voidsetFileExtension(java.lang.String FileExtension)voidsetHelpString(java.lang.String HelpString)voidsetJCOInstance(JCObject instance)voidsetName(java.lang.String Name)voidsetOrder(int Order)voidsetOutputs(java.lang.String Outputs)voidsetOverrideMode(RuleOverrideMode OverrideMode)voidsetPageTemplate(java.lang.String PageTemplate)voidsetPropertyPagesHidden(boolean PropertyPagesHidden)voidsetSeparator(java.lang.String Separator)voidsetShowOnlyRuleProperties(boolean ShowOnlyRuleProperties)voidsetSupportsFileBatching(boolean SupportsFileBatching)voidsetSwitchPrefix(java.lang.String SwitchPrefix)voidsetToolName(java.lang.String ToolName)
-
-
-
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.Rule- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Rule
public Rule(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
Rule
public Rule() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classRuleSchema- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classRuleSchema- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classRuleSchema- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classRuleSchema- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classRuleSchema
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classRuleSchema- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static Rule cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoRule, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
Ruleinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetProperty
public BaseProperty GetProperty(java.lang.String propertyName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationException
-
GetPropertiesByCategory
public OrderedDictionary GetPropertiesByCategory() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
BeginInit
public void BeginInit() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
EndInit
public void EndInit() throws java.lang.Throwable, InvalidOperationException- Throws:
java.lang.ThrowableInvalidOperationException
-
getPropertyPagesHidden
public boolean getPropertyPagesHidden() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPropertyPagesHidden
public void setPropertyPagesHidden(boolean PropertyPagesHidden) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getShowOnlyRuleProperties
public boolean getShowOnlyRuleProperties() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setShowOnlyRuleProperties
public void setShowOnlyRuleProperties(boolean ShowOnlyRuleProperties) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSupportsFileBatching
public boolean getSupportsFileBatching() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSupportsFileBatching
public void setSupportsFileBatching(boolean SupportsFileBatching) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getOrder
public int getOrder() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setOrder
public void setOrder(int Order) 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
-
getOverrideMode
public RuleOverrideMode getOverrideMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOverrideMode
public void setOverrideMode(RuleOverrideMode OverrideMode) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAdditionalInputs
public java.lang.String getAdditionalInputs() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAdditionalInputs
public void setAdditionalInputs(java.lang.String AdditionalInputs) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getCommandLine
public java.lang.String getCommandLine() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCommandLine
public void setCommandLine(java.lang.String CommandLine) 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
-
getExecutionDescription
public java.lang.String getExecutionDescription() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setExecutionDescription
public void setExecutionDescription(java.lang.String ExecutionDescription) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getFileExtension
public java.lang.String getFileExtension() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setFileExtension
public void setFileExtension(java.lang.String FileExtension) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getHelpString
public java.lang.String getHelpString() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setHelpString
public void setHelpString(java.lang.String HelpString) 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
-
getOutputs
public java.lang.String getOutputs() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setOutputs
public void setOutputs(java.lang.String Outputs) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getPageTemplate
public java.lang.String getPageTemplate() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPageTemplate
public void setPageTemplate(java.lang.String PageTemplate) 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
-
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
-
getToolName
public java.lang.String getToolName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setToolName
public void setToolName(java.lang.String ToolName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-