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
Properties
IsSupported
true unless specified otherwise.
public bool IsSupported { get; init; }
Property Value
Name
The name of the capability
public string Name { get; init; }