IBaseDataLayoutBuilderTBuilder Interface
Base interface for a Data-Layout 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 IBaseDataLayoutBuilder<out TBuilder> : IDisposable
- Implements
- IDisposable
Type Parameters
- TBuilder
- The specialization of the builder
Methods
| Apply | This will finalize the builder and apply all current changes, only then the underlying objects are stored! |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
| GetObjectTypeMode | Gets the current mode of the object type |
| GetTemplateMode | Gets the current mode of the object template |
| Ignore | This will finalize the builder, but not apply any changes. Use this is if not applying was on purpose to suppress any warnings |
| IsGroupIncluded | Checks if the group is fully currently included |
| ModifyGroup | Set the include mode of a whole group |
| ModifyTemplate | Set the mode of an object template |
| ModifyType | Set the mode of an object type |