BaseDataLayoutBuilderTBuilder Class
Base class for all Data-Layout builders
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public abstract class BaseDataLayoutBuilder<TBuilder> : IBaseDataLayoutBuilder<TBuilder>,
IDisposable
where TBuilder : BaseDataLayoutBuilder<TBuilder>
- Inheritance
- Object BaseDataLayoutBuilderTBuilder
- Derived
- Implements
- IBaseDataLayoutBuilderTBuilder, IDisposable
Type Parameters
- TBuilder
Methods
| Apply | |
| Dispose | Releases all resources used by the BaseDataLayoutBuilderTBuilder |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetObjectTypeMode | Gets the current mode of the object type |
| GetTemplateMode | Gets the current mode of the object template |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Ignore | |
| 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 |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
| TraceError | (Defined by TraceHelper) |
| TraceInfo | (Defined by TraceHelper) |
| TraceWarning | (Defined by TraceHelper) |