Table of Contents

Class LayoutGroup

Namespace
BpNexT.NET.Models.Internal.Layout
Assembly
BpNexT.NET.dll

Represents a layout group.

public record LayoutGroup : IEquatable<LayoutGroup>
Inheritance
object
LayoutGroup
Implements
Extension Methods

Constructors

LayoutGroup(string, string)

Represents a layout group.

public LayoutGroup(string Modul, string Name)

Parameters

Modul string
Name string

Properties

AutoDruckenLayoutGroup

Corresponding layout group.

public AutoDruckenLayoutGroup? AutoDruckenLayoutGroup { get; set; }

Property Value

AutoDruckenLayoutGroup

Modul

public string Modul { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string