Class CapabilityManifest
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Engine.Manifest
Assembly: Cephalon.Engine.dll
Describes a capability exposed by a module in the runtime manifest.
public sealed class CapabilityManifestInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”CapabilityManifest(string, string, string, string, IReadOnlyDictionary<string, string>?)
Section titled “ CapabilityManifest(string, string, string, string, IReadOnlyDictionary<string, string>?)”Initializes a new instance of the
public CapabilityManifest(string key, string displayName, string description, string sourceModuleId, IReadOnlyDictionary<string, string>? metadata = null)Parameters
Section titled “Parameters”key string
The stable capability key.
displayName string
The operator-facing capability name.
description string
A description of the capability behavior.
sourceModuleId string
The identifier of the module that contributed the capability.
metadata IReadOnlyDictionary<string, string>?
Additional capability metadata.
Properties
Section titled “Properties”Description
Section titled “ Description”Gets the capability description.
public string Description { get; }Property Value
Section titled “Property Value”DisplayName
Section titled “ DisplayName”Gets the operator-facing capability name.
public string DisplayName { get; }Property Value
Section titled “Property Value”Gets the stable capability key.
public string Key { get; }Property Value
Section titled “Property Value”Metadata
Section titled “ Metadata”Gets additional capability metadata.
public IReadOnlyDictionary<string, string> Metadata { get; }Property Value
Section titled “Property Value”IReadOnlyDictionary<string, string>
SourceModuleId
Section titled “ SourceModuleId”Gets the identifier of the module that contributed the capability.
public string SourceModuleId { get; }