Definition
Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.CoreSyntax
Summary
This type is defined in Microsoft.Restier.Core.Remarks
See Microsoft documentation for more information about the rest of the API.Constructors
.ctor
Creates a new RestierApiBuilder instance.Syntax
.ctor Inherited
Inherited from
objectSyntax
Methods
AddRestierApi Extension
Extension method from
Microsoft.Restier.Core.RestierApiBuilderExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
builder | Microsoft.Restier.Core.RestierApiBuilder | The restier api builder. |
Returns
Type:Microsoft.Restier.Core.RestierApiBuilder
The RestierApiBuilder instance to allow for fluent method chaining.
Type Parameters
TApi- The type of the Api.
AddRestierApi Extension
Extension method from
Microsoft.Restier.Core.RestierApiBuilderExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
builder | Microsoft.Restier.Core.RestierApiBuilder | The restier api builder. |
services | System.Action<Microsoft.Extensions.DependencyInjection.IServiceCollection> | The action to configure the services. |
Returns
Type:Microsoft.Restier.Core.RestierApiBuilder
Type Parameters
TApi- The type of the Api.
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?