BlockBuilder Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the block builder for the webpages.

public class BlockBuilder
type BlockBuilder = class
Public Class BlockBuilder
Inheritance
BlockBuilder

Constructors

BlockBuilder()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the BlockBuilder class.

BlockBuilder(Block)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the BlockBuilder class.

Properties

Children

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the collection of child elements of the block builder.

CodeGenerator

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the code generator for the block builder.

Name

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the string name for the block builder.

Type

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a block type that can be assigned null.

Methods

Build()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Builds a block for this instance.

Reset()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Resets the block builder to its original position.

Applies to