PackageDataLayoutBuilder Class

A fluent api builder to modify the Data-Layout of a package

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public sealed class PackageDataLayoutBuilder : BaseDataLayoutBuilder<PackageDataLayoutBuilder>
Inheritance
Object    BaseDataLayoutBuilderPackageDataLayoutBuilder    PackageDataLayoutBuilder

Methods

Apply This will finalize the builder and apply all current changes, only then the underlying objects are stored!
(Overrides BaseDataLayoutBuilderTBuilderApply)
Dispose
(Inherited from BaseDataLayoutBuilderTBuilder)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetObjectTypeMode Gets the current mode of the object type
(Inherited from BaseDataLayoutBuilderTBuilder)
GetTemplateMode Gets the current mode of the object template
(Inherited from BaseDataLayoutBuilderTBuilder)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Ignore
(Inherited from BaseDataLayoutBuilderTBuilder)
IsGroupIncluded Checks if the group is fully currently included
(Inherited from BaseDataLayoutBuilderTBuilder)
ModifyGroup Set the include mode of a whole group
(Inherited from BaseDataLayoutBuilderTBuilder)
ModifyTemplate Set the mode of an object template
(Inherited from BaseDataLayoutBuilderTBuilder)
ModifyType Set the mode of an object type
(Inherited from BaseDataLayoutBuilderTBuilder)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

TraceError
(Defined by TraceHelper)
TraceInfo
(Defined by TraceHelper)
TraceWarning
(Defined by TraceHelper)

See Also