public class Rule extends RuleSchema
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.Build.Framework
|
static java.lang.String |
className
Qualified class name: Microsoft.Build.Framework.XamlTypes.Rule
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Rule() |
Rule(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeginInit() |
static Rule |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Rule, a cast assert is made to check if types are compatible. |
void |
EndInit() |
java.lang.String |
getAdditionalInputs() |
java.lang.String |
getCommandLine() |
DataSource |
getDataSource() |
java.lang.String |
getDescription() |
java.lang.String |
getDisplayName() |
java.lang.String |
getExecutionDescription() |
java.lang.String |
getFileExtension() |
java.lang.String |
getHelpString() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getName() |
int |
getOrder() |
java.lang.String |
getOutputs() |
RuleOverrideMode |
getOverrideMode() |
java.lang.String |
getPageTemplate() |
OrderedDictionary |
GetPropertiesByCategory() |
BaseProperty |
GetProperty(java.lang.String propertyName) |
boolean |
getPropertyPagesHidden() |
java.lang.String |
getSeparator() |
boolean |
getShowOnlyRuleProperties() |
boolean |
getSupportsFileBatching() |
java.lang.String |
getSwitchPrefix() |
java.lang.String |
getToolName() |
void |
setAdditionalInputs(java.lang.String AdditionalInputs) |
void |
setCommandLine(java.lang.String CommandLine) |
void |
setDataSource(DataSource DataSource) |
void |
setDescription(java.lang.String Description) |
void |
setDisplayName(java.lang.String DisplayName) |
void |
setExecutionDescription(java.lang.String ExecutionDescription) |
void |
setFileExtension(java.lang.String FileExtension) |
void |
setHelpString(java.lang.String HelpString) |
void |
setJCOInstance(JCObject instance) |
void |
setName(java.lang.String Name) |
void |
setOrder(int Order) |
void |
setOutputs(java.lang.String Outputs) |
void |
setOverrideMode(RuleOverrideMode OverrideMode) |
void |
setPageTemplate(java.lang.String PageTemplate) |
void |
setPropertyPagesHidden(boolean PropertyPagesHidden) |
void |
setSeparator(java.lang.String Separator) |
void |
setShowOnlyRuleProperties(boolean ShowOnlyRuleProperties) |
void |
setSupportsFileBatching(boolean SupportsFileBatching) |
void |
setSwitchPrefix(java.lang.String SwitchPrefix) |
void |
setToolName(java.lang.String ToolName) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Rule()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionpublic Rule(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void BeginInit()
throws java.lang.Throwable
java.lang.Throwablepublic static Rule cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Rule, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRule instancejava.lang.Throwable - in case of error during cast operationpublic void EndInit()
throws java.lang.Throwable,
InvalidOperationException
java.lang.ThrowableInvalidOperationExceptionpublic java.lang.String getAdditionalInputs()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCommandLine()
throws java.lang.Throwable
java.lang.Throwablepublic DataSource getDataSource() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDescription()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDisplayName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getExecutionDescription()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getFileExtension()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getHelpString()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class RuleSchemaString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class RuleSchemaString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class RuleSchemaObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class RuleSchemaString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class RuleSchemaJCType representing the CLR Type of the instantiated Classpublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic int getOrder()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getOutputs()
throws java.lang.Throwable
java.lang.Throwablepublic RuleOverrideMode getOverrideMode() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPageTemplate()
throws java.lang.Throwable
java.lang.Throwablepublic OrderedDictionary GetPropertiesByCategory() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public BaseProperty GetProperty(java.lang.String propertyName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionpublic boolean getPropertyPagesHidden()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSeparator()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getShowOnlyRuleProperties()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSupportsFileBatching()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSwitchPrefix()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getToolName()
throws java.lang.Throwable
java.lang.Throwablepublic void setAdditionalInputs(java.lang.String AdditionalInputs)
throws java.lang.Throwable
java.lang.Throwablepublic void setCommandLine(java.lang.String CommandLine)
throws java.lang.Throwable
java.lang.Throwablepublic void setDataSource(DataSource DataSource) throws java.lang.Throwable
java.lang.Throwablepublic void setDescription(java.lang.String Description)
throws java.lang.Throwable
java.lang.Throwablepublic void setDisplayName(java.lang.String DisplayName)
throws java.lang.Throwable
java.lang.Throwablepublic void setExecutionDescription(java.lang.String ExecutionDescription)
throws java.lang.Throwable
java.lang.Throwablepublic void setFileExtension(java.lang.String FileExtension)
throws java.lang.Throwable
java.lang.Throwablepublic void setHelpString(java.lang.String HelpString)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class RuleSchemapublic void setName(java.lang.String Name)
throws java.lang.Throwable
java.lang.Throwablepublic void setOrder(int Order)
throws java.lang.Throwable
java.lang.Throwablepublic void setOutputs(java.lang.String Outputs)
throws java.lang.Throwable
java.lang.Throwablepublic void setOverrideMode(RuleOverrideMode OverrideMode) throws java.lang.Throwable
java.lang.Throwablepublic void setPageTemplate(java.lang.String PageTemplate)
throws java.lang.Throwable
java.lang.Throwablepublic void setPropertyPagesHidden(boolean PropertyPagesHidden)
throws java.lang.Throwable
java.lang.Throwablepublic void setSeparator(java.lang.String Separator)
throws java.lang.Throwable
java.lang.Throwablepublic void setShowOnlyRuleProperties(boolean ShowOnlyRuleProperties)
throws java.lang.Throwable
java.lang.Throwablepublic void setSupportsFileBatching(boolean SupportsFileBatching)
throws java.lang.Throwable
java.lang.Throwablepublic void setSwitchPrefix(java.lang.String SwitchPrefix)
throws java.lang.Throwable
java.lang.Throwablepublic void setToolName(java.lang.String ToolName)
throws java.lang.Throwable
java.lang.Throwable