BoxGroupAttribute.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Attributes/BoxGroupAttribute.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Attributes/BoxGroupAttribute.cs
Source file hash: sha256:705ce0a9bdc4dc132cec3fe63b6a4b1d340e883c02972022667dd2ac1d60435c
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: BoxGroupAttribute
Section titled “Type: BoxGroupAttribute”Original lines: 10-26
Declaration hash: sha256:2b70da71dc0ef567bd684635924166c403c416a8b883b361946ce05c002e0c61
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Method)]public class BoxGroupAttribute : Attribute{}Property: Title
Section titled “Property: Title”Original lines: 14
Declaration hash: sha256:f8b48354fcbf977aee3f155b62783c56aaa4b7bdf549285be7d7f941671cfe65
public string Title { get; }Property: ShowLabel
Section titled “Property: ShowLabel”Original lines: 16
Declaration hash: sha256:0f8d77722a6d5475c477a99ea967811aa9cbf4285520da8eeafb16c9443d89e7
public bool ShowLabel { get; }Method: BoxGroupAttribute(string title, bool showLabel)
Section titled “Method: BoxGroupAttribute(string title, bool showLabel)”Original lines: 21-25
Declaration hash: sha256:1ea13fb83c4d40c6a337436e149e208776cdfcf65999afab02c14dd505c293e5
public BoxGroupAttribute(string title, bool showLabel = true);