Class
ToolWriteGovernanceConventions
Shared factories for common write-governance contract patterns.
Inheritance
- Object
- ToolWriteGovernanceConventions
Methods
public static ToolWriteGovernanceContract BooleanFlagTrue(String intentArgumentName, String confirmationArgumentName = null) #Returns:
ToolWriteGovernanceContractCreates a write-governance contract where write intent is a boolean flag set to true.
Parameters
- intentArgumentName System.String
- confirmationArgumentName System.String = null
public static ToolWriteGovernanceContract StringEquals(String intentArgumentName, String intentStringValue, String confirmationArgumentName = "allow_write") #Returns:
ToolWriteGovernanceContractCreates a write-governance contract where write intent is inferred by string-equals match.
Parameters
- intentArgumentName System.String
- intentStringValue System.String
- confirmationArgumentName System.String = "allow_write"