Class LayoutGroup
Represents a layout group.
public record LayoutGroup : IEquatable<LayoutGroup>
- Inheritance
-
objectLayoutGroup
- Implements
- Extension Methods
Constructors
LayoutGroup(string, string)
Represents a layout group.
public LayoutGroup(string Modul, string Name)
Parameters
Properties
AutoDruckenLayoutGroup
Corresponding layout group.
public AutoDruckenLayoutGroup? AutoDruckenLayoutGroup { get; set; }
Property Value
- AutoDruckenLayoutGroup
Modul
public string Modul { get; init; }
Property Value
Name
public string Name { get; init; }