Skip to main content

Definition

Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.Core.Model Inheritance: Microsoft.Restier.Core.InvocationContext

Syntax

Summary

Represents context under which a model is requested.

Constructors

.ctor

Initializes a new instance of the ModelContext class.

Syntax

Parameters

.ctor Inherited

Inherited from Microsoft.Restier.Core.InvocationContext
Initializes a new instance of the InvocationContext class.

Syntax

Parameters

.ctor Inherited

Inherited from object

Syntax

Properties

Api Inherited

Inherited from Microsoft.Restier.Core.InvocationContext
Gets the ApiBase descendant for this invocation.

Syntax

Property Value

Type: Microsoft.Restier.Core.ApiBase

ResourceSetTypeMap

Gets resource set and resource type map dictionary, it will be used by publisher for model build.

Syntax

Property Value

Type: System.Collections.Generic.IDictionary<string, System.Type>

ResourceTypeKeyPropertiesMap

Gets resource type and its key properties map dictionary, and used by publisher for model build. This is useful when key properties does not have key attribute or follow Web Api OData key property naming convention. Otherwise, this collection is not needed.

Syntax

Property Value

Type: System.Collections.Generic.IDictionary<System.Type, System.Collections.Generic.ICollection<System.Reflection.PropertyInfo>>

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetApiService Inherited

Inherited from Microsoft.Restier.Core.InvocationContext
Gets an API service.

Syntax

Returns

Type: T The API service instance.

Type Parameters

  • T - The API service type.

GetApiService Inherited

Inherited from Microsoft.Restier.Core.InvocationContext
Gets an API service.

Syntax

Parameters

Returns

Type: object The API service instance.

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?