Share via


ExtensionPartRegistration Class

Definition

A record for an extension part.

public class ExtensionPartRegistration
type ExtensionPartRegistration = class
Public Class ExtensionPartRegistration
Inheritance
ExtensionPartRegistration

Constructors

ExtensionPartRegistration(String, ServiceMoniker, IReadOnlyList<ExtensionPartMetadata>)

Initializes a new instance of the ExtensionPartRegistration class.

Properties

Contract

Gets the contract type, usually the full type name of the RPC contract interface.

Metadata

Gets the optional metadata assigned to the extension part.

OwnerIdentifier

Gets or sets the key value to identify this registration.

ServiceMoniker

Gets the service moniker that should be used to retrieve this part.

Methods

GetExtensionPartDescriptor(ServiceMoniker, Int32)

Gets an instance of ServiceJsonRpcDescriptor that has the correct properties set.

Applies to