IRuleSetHandle Interface

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public interface IRuleSetHandle : IDisposable
Implements
IDisposable

Methods

AddPackageToRuleSet(String, Boolean, String) Adds a new package to the ruleset
AddPackageToRuleSet(ObjectProxy, String, Boolean, String) Adds a new package to the ruleset
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
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

See Also