CommandDomainAttribute.cs declarations
Public API declaration excerpts from ../bitquirky-command/Runtime/CommandDomainAttribute.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-command/Runtime/CommandDomainAttribute.cs
Source file hash: sha256:18d0bac462f19d3b6a55ab429c4ea655fe23798a2fad02561cfb53d7f12c50ec
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: CommandDomainAttribute
Section titled “Type: CommandDomainAttribute”Original lines: 20-48
Declaration hash: sha256:c3f28e3ee66b6e22c72256c6e428748bf216b5b6ddd85a79ddd436795195c6b6
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]public sealed class CommandDomainAttribute : Attribute{}Property: Name
Section titled “Property: Name”Original lines: 24
Declaration hash: sha256:bc5b0992cf0a07af2fbf04b51acaa68f4100b4f2dc95d38d0722599dc8e00677
public string Name { get; }Property: Description
Section titled “Property: Description”Original lines: 27
Declaration hash: sha256:258a2fd0b85f04716df7b682d688056f5a51f0e8a8793e9f567179080be70ae1
public string Description { get; set; }Method: CommandDomainAttribute(string name)
Section titled “Method: CommandDomainAttribute(string name)”Original lines: 36-47
Declaration hash: sha256:6d2fe4fc60e01eaba21654f3d41bea2563ce5b33209a0951bafcd3458131caa2
public CommandDomainAttribute(string name);