PackageBuilder Class

Definition

Namespace: Articy.Api
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
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetContainerObjectMode Queries the direct mode for the given container object
GetHashCodeServes 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
GetTypeGets 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
ToStringReturns 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)

See Also