Class MessagingSelection
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.AppModel
Assembly: Cephalon.Abstractions.dll
Describes the active messaging inputs resolved for a Cephalon app.
public sealed class MessagingSelectionInheritance
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”MessagingSelection(string?)
Section titled “ MessagingSelection(string?)”Initializes a new instance of the
[JsonConstructor]public MessagingSelection(string? provider = null)Parameters
Section titled “Parameters”provider string?
The selected messaging provider or runtime adapter.
Properties
Section titled “Properties”Gets an empty messaging-selection instance.
public static MessagingSelection Empty { get; }Property Value
Section titled “Property Value”HasValues
Section titled “ HasValues”Gets a value indicating whether any messaging-selection inputs were explicitly supplied.
public bool HasValues { get; }Property Value
Section titled “Property Value”Provider
Section titled “ Provider”Gets the selected messaging provider or runtime adapter.
public string? Provider { get; }