BaseDataLayoutBuilderTBuilder Class

Base class for all Data-Layout builders

Definition

Namespace: Articy.Api
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 
DisposeReleases all resources used by the 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
GetTemplateMode Gets the current mode of the object template
GetTypeGets 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
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