Interface IRequestBuilderFactoryInput
Interface for an object that contains the input given for a IRequestBuilderFactory, used to bootstrap request building dependency injection.
Namespace: Tableau.Migration.Net
Assembly: Tableau.Migration.dll
Syntax
public interface IRequestBuilderFactoryInput
Remarks
In almost all cases it is preferrable to inject the IRequestBuilderFactory object, this interface is only intended to be used to build IRequestBuilderFactory object.
Properties
IsInitialized
Gets whether the input has been initialized.
Declaration
bool IsInitialized { get; }
Property Value
Type | Description |
---|---|
bool |
ServerUri
Gets the server URI to initialize the IRequestBuilderFactory with.
Declaration
Uri? ServerUri { get; }
Property Value
Type | Description |
---|---|
Uri |