API Reference
Class
SetupOnboardingContractMismatch
Single mismatch entry for onboarding contract verification.
Inheritance
- Object
- SetupOnboardingContractMismatch
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
Accepted by parameters
Constructors
public SetupOnboardingContractMismatch(String source, String field, String expected, String actual) #Initializes a mismatch entry.
Parameters
- source System.String
- field System.String
- expected System.String
- actual System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object