PackageBuilder Class
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 PackageBuilder : IPackageBuilder,
IDisposable- Inheritance
- Object PackageBuilder
- Implements
- IPackageBuilder, 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetContainerObjectMode | Queries the direct mode for the given container object |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetLeafObjectMode | Queries the direct mode for the given object |
| GetSystemFolderObjectMode | Queries the direct mode for the given system folder object |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Ignore | |
| 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 |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| WithPackageDataLayout | Modify the packages Data-Layout |
Extension Methods
| TraceError | (Defined by TraceHelper) |
| TraceInfo | (Defined by TraceHelper) |
| TraceWarning | (Defined by TraceHelper) |