Table of Contents

Class PlatformExtensionServerCapability

Namespace
RDCore.SDK.Extensibility
Assembly
RDCore.SDK.dll

Describes an extension capability.

public record PlatformExtensionServerCapability : IEquatable<PlatformExtensionServerCapability>
Inheritance
PlatformExtensionServerCapability
Implements
Inherited Members

Constructors

PlatformExtensionServerCapability(string, bool)

Describes an extension capability.

public PlatformExtensionServerCapability(string Name, bool IsSupported = true)

Parameters

Name string

The name of the capability

IsSupported bool

true unless specified otherwise.

Properties

IsSupported

true unless specified otherwise.

public bool IsSupported { get; init; }

Property Value

bool

Name

The name of the capability

public string Name { get; init; }

Property Value

string