API Reference
Class
SetupOnboardingPathContract
Immutable onboarding path contract.
Inheritance
- Object
- SetupOnboardingPathContract
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public SetupOnboardingPathContract(String id, String displayName, String description, String operation, Boolean requiresGitHubAuth, Boolean requiresRepoSelection, Boolean requiresAiAuth, IReadOnlyList<String> flow) #Initializes a new path contract.
Parameters
- id System.String
- displayName System.String
- description System.String
- operation System.String
- requiresGitHubAuth System.Boolean
- requiresRepoSelection System.Boolean
- requiresAiAuth System.Boolean
- flow System.Collections.Generic.IReadOnlyList{System.String}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; } #Stable path id (for example, new-setup).
public String DisplayName { get; } #Human-readable path label.
public String Operation { get; } #Default operation id.
public Boolean RequiresGitHubAuth { get; } #Whether GitHub auth is required.
public Boolean RequiresRepoSelection { get; } #Whether repository selection is required.
public Boolean RequiresAiAuth { get; } #Whether AI auth is required.
public IReadOnlyList<String> Flow { get; } #Ordered flow steps for this path.