-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.Rhino.Core.Enums
github-actions[bot] edited this page Jul 15, 2026
·
2 revisions
Specifies the visibility or requirement level of a parameter.
public enum ParameterVisibilityVoluntary 0
The parameter is optional and not required for execution.
Mandatory 1
The parameter is mandatory and must be provided.
Default 2
The parameter has a default value assigned.
Binding 3
The parameter is used as a binding reference.