IPackageBuilder Interface
Interface for a RuleSet Package builder
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public interface IPackageBuilder : IDisposable- Implements
- IDisposable
Methods
| Apply | Apply all changes to the package |
| ContainerObject | Modify the package mode for the given container object |
| Description | Return the new or existing description |
| Description(String) | Change the description of the package |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
| GetContainerObjectMode | Queries the direct mode for the given container object |
| GetLeafObjectMode | Queries the direct mode for the given object |
| GetSystemFolderObjectMode | Queries the direct mode for the given system folder object |
| Ignore | This will finalize the builder, but not apply any changes. Use this is if not applying was on purpose to suppress any warnings |
| LeafObject | Modify the package mode for the given leaf object |
| Name | Return the new or existing name |
| Name(String) | Change the name of the package |
| SystemFolderObject | Modify the package mode for the given system folder object |
| WithPackageDataLayout | Modify the packages Data-Layout |