CommandParameter.cs declarations
Public API declaration excerpts from ../bitquirky-command/Runtime/CommandParameter.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-command/Runtime/CommandParameter.cs
Source file hash: sha256:721a66587b72e6b7cd1c2b802f1addc7dc75320b8e3c6fda6a82e5f9ccc5c7f7
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: CommandParameter
Section titled “Type: CommandParameter”Original lines: 19-90
Declaration hash: sha256:5045f64f3b4a60b0f68b8a6b55c8d781151a02b22966bf027bada642e2229113
public sealed class CommandParameter{}Property: Name
Section titled “Property: Name”Original lines: 22
Declaration hash: sha256:bc5b0992cf0a07af2fbf04b51acaa68f4100b4f2dc95d38d0722599dc8e00677
public string Name { get; }Property: ParameterType
Section titled “Property: ParameterType”Original lines: 25
Declaration hash: sha256:54c5cce5a954a10ec406b11eb9c48011382cbd3e01ec6a87f821972eac7162e6
public Type ParameterType { get; }Property: IsOptional
Section titled “Property: IsOptional”Original lines: 28
Declaration hash: sha256:61d7f4dbcff75848f4eeb90822108dfdeaba9f2fba5155aa3da97920ef4ec0f1
public bool IsOptional { get; }Property: DefaultValue
Section titled “Property: DefaultValue”Original lines: 31
Declaration hash: sha256:264df5ea73919ae5b86758f25eeca20e54a391289885288f56f8a965d05aaef7
public object DefaultValue { get; }Method: CommandParameter(string name, Type parameterType, bool isOptional, object defaultValue)
Section titled “Method: CommandParameter(string name, Type parameterType, bool isOptional, object defaultValue)”Original lines: 40-46
Declaration hash: sha256:b0e81fd3d7bf4e7c14c3415565d0e5c69f774c8b69ef195659c7378371f77f54
public CommandParameter(string name, Type parameterType, bool isOptional, object defaultValue);Property: TypeDisplayName
Section titled “Property: TypeDisplayName”Original lines: 49
Declaration hash: sha256:34b73fa347ac9b3c624a1ba6822d7e431954a286d7c50d184b26f36dae764f96
public string TypeDisplayName { get; }