RuleSetHandle Class
Edit handle to modify data layout and packages
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public sealed class RuleSetHandle : IRuleSetHandle,
IDisposable- Inheritance
- Object RuleSetHandle
- Implements
- IRuleSetHandle, IDisposable
Properties
| RuleSet | The Ruleset of this handle |
Methods
| AddPackageToRuleSet(String, Boolean, String) | Adds a new package to the ruleset |
| AddPackageToRuleSet(ObjectProxy, String, Boolean, String) | Adds a new package to the ruleset |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ModifyDataLayout | Starts a fluent builder to modify the rulesets Data-Layout |
| ModifyPackage(ObjectProxy) | Edit an existing package on the current ruleset |
| ModifyPackage(String) | Edit an existing package on the current ruleset |
| Name | Gets the ruleset name |
| Name(String) | Sets a new ruleset name |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
| TraceError | (Defined by TraceHelper) |
| TraceInfo | (Defined by TraceHelper) |
| TraceWarning | (Defined by TraceHelper) |